-
Update the version constant in
analytics.go:const Version = "x.y.z"
-
Update
History.mdwith a summary of changes and the release date. -
Commit both files:
git commit -m "Release vx.y.z" -
Push and merge to
v3.0. -
Tag the release from
v3.0after the merge:git tag vx.y.z git push origin vx.y.z
Note: The
Versionconstant inanalytics.gois the single source of truth — it is sent in theUser-Agentheader on every API request and is automatically used by the test fixtures. No other files need to be updated.