diff --git a/common/headers/versionChecker.go b/common/headers/versionChecker.go index 97920584d75..a108f5c9618 100644 --- a/common/headers/versionChecker.go +++ b/common/headers/versionChecker.go @@ -46,7 +46,7 @@ const ( ClientNameCLI = "temporal-cli" ClientNameUI = "temporal-ui" - ServerVersion = "1.19.0" + ServerVersion = "1.19.1" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"