Skip to content

Commit

Permalink
Update ServerVersion to next minor (#7031)
Browse files Browse the repository at this point in the history
Part of the release process now that `v1.26.2` is out.
  • Loading branch information
bergundy authored Jan 7, 2025
1 parent 61fd926 commit 29ab107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/headers/version_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (

// ServerVersion value can be changed by the create-tag Github workflow.
// If you change the var name or move it, be sure to update the workflow.
ServerVersion = "1.26.0"
ServerVersion = "1.27.0"

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

0 comments on commit 29ab107

Please sign in to comment.