Skip to content

Commit

Permalink
Bump server version to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Jul 28, 2023
1 parent 6c48ed2 commit 00b9b17
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.21.3"
ServerVersion = "1.21.4"

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

0 comments on commit 00b9b17

Please sign in to comment.