Skip to content

Commit

Permalink
Update CLI and Server versions in version checker (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardagan committed Dec 20, 2021
1 parent ce005f6 commit 5fee171
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.1"
CLIVersion = "1.13.1"
ServerVersion = "1.13.2"
CLIVersion = "1.13.2"

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

0 comments on commit 5fee171

Please sign in to comment.