diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py index ff4cc9310..55dbfec6a 100644 --- a/cinderclient/api_versions.py +++ b/cinderclient/api_versions.py @@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__) # key is a deprecated version and value is an alternative version. DEPRECATED_VERSIONS = {"2": "3"} DEPRECATED_VERSION = "2.0" -MAX_VERSION = "3.62" +MAX_VERSION = "3.63" MIN_VERSION = "3.0" _SUBSTITUTIONS = {}