Skip to content

Commit 277ea00

Browse files
authored
internal/version: bump to v1.68.0-dev (#2803)
1 parent f8a22c3 commit 277ea00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
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.66.0-dev"
16+
const Tag = "v1.68.0-dev"
1717

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

0 commit comments

Comments
 (0)