diff --git a/common/headers/versionChecker.go b/common/headers/versionChecker.go index 6c313d9c9ed..c462537d50f 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.1" - CLIVersion = "1.16.1" + ServerVersion = "1.16.2" + CLIVersion = "1.16.2" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"