Skip to content

Commit 4c24037

Browse files
committed
Bump server version to v1.29.1
1 parent b3bdb3e commit 4c24037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/headers/version_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323

2424
// ServerVersion value can be changed by the create-tag Github workflow.
2525
// If you change the var name or move it, be sure to update the workflow.
26-
ServerVersion = "1.29.0"
26+
ServerVersion = "1.29.1"
2727

2828
// SupportedServerVersions is used by CLI and inter role communication.
2929
SupportedServerVersions = ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)