diff --git a/common/headers/versionChecker.go b/common/headers/versionChecker.go index a0499170b79..1e9774c05bd 100644 --- a/common/headers/versionChecker.go +++ b/common/headers/versionChecker.go @@ -38,8 +38,8 @@ const ( ClientNameJavaSDK = "temporal-java" ClientNameCLI = "temporal-cli" - ServerVersion = "1.9.0" - CLIVersion = "1.9.0" + ServerVersion = "1.9.1" + CLIVersion = "1.9.1" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"