Skip to content

Commit

Permalink
Update CLI and Server versions in version checker (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardagan authored Dec 20, 2021
1 parent f9c1eba commit f7abe2d
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.14.0"
CLIVersion = "1.14.0"
ServerVersion = "1.14.1"
CLIVersion = "1.14.1"

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

0 comments on commit f7abe2d

Please sign in to comment.