Skip to content

Commit

Permalink
Bump testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Feb 26, 2025
1 parent c9d18e3 commit 3eeb603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykman/_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3eeb603

Please sign in to comment.