Skip to content

Commit 1040964

Browse files
committed
internal/version: v1.60.0
1 parent 77fb61a commit 1040964

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.60.0-rc.4"
16+
const Tag = "v1.60.0"
1717

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

0 commit comments

Comments
 (0)