Skip to content

Commit 1a95baf

Browse files
authored
update cloud api version (#318)
* update version * fix import * update proto
1 parent 12df490 commit 1a95baf

2 files changed

Lines changed: 140 additions & 82 deletions

File tree

app/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
VersionHeader = "tcld-version"
2020
CommitHeader = "tcld-commit"
2121
TemporalCloudAPIVersionHeader = "temporal-cloud-api-version"
22-
TemporalCloudAPIVersion = "2023-07-26-01"
22+
TemporalCloudAPIVersion = "2024-01-22-00"
2323
)
2424

2525
func GetServerConnection(c *cli.Context, opts ...grpc.DialOption) (context.Context, *grpc.ClientConn, error) {

0 commit comments

Comments
 (0)