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
-version now reports the module version for go install pkg@version builds — such builds carry no vcs.* build settings (they compile from the module cache, which has no VCS context), so the fallback found nothing and reported the claustrum-dev sentinel even for a binary installed at a real tag; it now falls back to debug.BuildInfo.Main.Version, keeping the precedence -ldflags > vcs.revision > module version > sentinel, so downstream version checks that parse -version can confirm a go install build's version. (#161)