Skip to content

Commit 94c7f0e

Browse files
committed
internal/version: v1.72.1
1 parent c359cb3 commit 94c7f0e

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.72.0"
16+
const Tag = "v1.72.1"
1717

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

0 commit comments

Comments
 (0)