Skip to content

Commit

Permalink
Update versionChecker.go for the next release
Browse files Browse the repository at this point in the history
Update version for the next release 1.22.0
  • Loading branch information
mindaugasrukas committed Jun 23, 2023
1 parent 7314ea4 commit 9c3253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/headers/versionChecker.go
Expand Up @@ -46,7 +46,7 @@ const (
ClientNameCLI = "temporal-cli"
ClientNameUI = "temporal-ui"

ServerVersion = "1.21.0"
ServerVersion = "1.22.0"

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

0 comments on commit 9c3253a

Please sign in to comment.