You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be because golang's BuildInfo.Main.Version is only populated with the tag when it's used as a module, not when it's built as the main package.
We are populating a versions.txt file with the latest release number so we can use that.