I’m meaning the actual git tags. Needs to be done from the command line as per Align output of 'git describe' with released version number · Issue #1115 · emoncms/emoncms · GitHub as in;
git tag 9.9.6 -m "short message here"
git push origin 9.9.6
Last few git tags have just been the number without a ‘v’.
Yes I did and understand the 2 are different.