Skip to content

Commit 0716a13

Browse files
authored
Set version to v0.2.0 (#44)
1 parent 45205c4 commit 0716a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

headers/headers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
const (
1818
ClientNameCLI = "temporal-cli"
1919

20-
CLIVersion = "1.18.1" // TODO switch version to "1.18.1.0" once server accepts new format
20+
CLIVersion = "0.2.0" // TODO switch version to "1.18.1.0" once server accepts new format
2121

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

0 commit comments

Comments
 (0)