diff --git a/ykman/_cli/__main__.py b/ykman/_cli/__main__.py index a65a044a..9fc0bb71 100644 --- a/ykman/_cli/__main__.py +++ b/ykman/_cli/__main__.py @@ -91,7 +91,7 @@ # Development key builds are treated as having the following version -_OVERRIDE_VERSION = Version.from_string(os.environ.get("_YK_OVERRIDE_VERSION", "5.7.2")) +_OVERRIDE_VERSION = Version.from_string(os.environ.get("_YK_OVERRIDE_VERSION", "5.7.4")) CLICK_CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"], max_content_width=999)