Skip to content

Commit a75ad26

Browse files
committed
chore(internal/version): remove redundant comment on release tag v1.74.0
1 parent c60067e commit a75ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// Tag specifies the current release tag. It needs to be manually
1414
// updated. A test checks that the value of Tag never points to a
1515
// 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)
16+
const Tag = "v1.74.0" // v2.0.0
1717

1818
// Dissected version number. Filled during init()
1919
var (

0 commit comments

Comments
 (0)