We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60067e commit a75ad26Copy full SHA for a75ad26
internal/version/version.go
@@ -13,7 +13,7 @@ import (
13
// Tag specifies the current release tag. It needs to be manually
14
// updated. A test checks that the value of Tag never points to a
15
// git tag that is older than HEAD.
16
-const Tag = "v1.74.0" // v2.0.0 (there was some deviation in the versioning scheme for both beta branches)
+const Tag = "v1.74.0" // v2.0.0
17
18
// Dissected version number. Filled during init()
19
var (
0 commit comments