@ecoele The fact that dev-branch is in 1700’s this informatino seems to indicate your’e still running the latest stable.
Once you switch to dev-branch you need to pull in the changes:
cd /your/path/to/fogproject
git checkout dev-branch
git pull
cd bin
sudo ./installfog.sh -y
Should get you installed.
You may also need to (from the browser) do a “CTRL + SHIFT + R” to do whats called a hard refresh in the browser to get all the latest/new javascript information.