Skip to content

Commit

Permalink
Update versionChecker to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Feb 10, 2022
1 parent 81166f6 commit 3532e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const (
ClientNameTypeScriptSDK = "temporal-typescript"
ClientNameCLI = "temporal-cli"

ServerVersion = "1.13.3"
CLIVersion = "1.13.3"
ServerVersion = "1.13.4"
CLIVersion = "1.13.4"

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

0 comments on commit 3532e47

Please sign in to comment.