Skip to content

Commit 93311db

Browse files
authored
internal/version: bump to v1.70.0 (#2919)
1 parent 5b9a8af commit 93311db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.69.0-dev"
16+
const Tag = "v1.70.0-dev"
1717

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

0 commit comments

Comments
 (0)