We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12df490 commit 1a95bafCopy full SHA for 1a95baf
2 files changed
app/connection.go
@@ -19,7 +19,7 @@ const (
19
VersionHeader = "tcld-version"
20
CommitHeader = "tcld-commit"
21
TemporalCloudAPIVersionHeader = "temporal-cloud-api-version"
22
- TemporalCloudAPIVersion = "2023-07-26-01"
+ TemporalCloudAPIVersion = "2024-01-22-00"
23
)
24
25
func GetServerConnection(c *cli.Context, opts ...grpc.DialOption) (context.Context, *grpc.ClientConn, error) {
0 commit comments