We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690557c commit 88a308bCopy full SHA for 88a308b
1 file changed
headers/headers.go
@@ -17,7 +17,7 @@ const (
17
const (
18
ClientNameCLI = "temporal-cli"
19
20
- CLIVersion = "0.2.0" // TODO switch version to "1.18.1.0" once server accepts new format
+ CLIVersion = "0.3.0"
21
22
// SupportedServerVersions is used by CLI and inter role communication.
23
SupportedServerVersions = ">=1.0.0 <2.0.0"
0 commit comments