Skip to content

Commit

Permalink
Bump server version for 1.20.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed Mar 25, 2023
1 parent 7c0a0e0 commit f725666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
ClientNameCLI = "temporal-cli"
ClientNameUI = "temporal-ui"

ServerVersion = "1.20.0"
ServerVersion = "1.20.1"

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

0 comments on commit f725666

Please sign in to comment.