Skip to content

Commit

Permalink
Update versionChecker for 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardagan committed Jan 18, 2022
1 parent c2124f7 commit 71c6979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/headers/versionChecker.go
Expand Up @@ -41,8 +41,8 @@ const (
ClientNameTypeScriptSDK = "temporal-typescript"
ClientNameCLI = "temporal-cli"

ServerVersion = "1.14.2"
CLIVersion = "1.14.2"
ServerVersion = "1.14.3"
CLIVersion = "1.14.3"

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

0 comments on commit 71c6979

Please sign in to comment.