diff --git a/common/headers/versionChecker.go b/common/headers/versionChecker.go index b4b8e09935f..6c313d9c9ed 100644 --- a/common/headers/versionChecker.go +++ b/common/headers/versionChecker.go @@ -41,8 +41,8 @@ const ( ClientNameTypeScriptSDK = "temporal-typescript" ClientNameCLI = "temporal-cli" - ServerVersion = "1.16.0" - CLIVersion = "1.16.0" + ServerVersion = "1.16.1" + CLIVersion = "1.16.1" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"