Skip to content

Commit

Permalink
Latest Release RM0813-1711-0.88.1-493abcc on PATREON
Browse files Browse the repository at this point in the history
Increment Version with OFW
  • Loading branch information
RogueMaster committed Aug 15, 2023
1 parent ca8919d commit 713d8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_version_info(self):
or "unknown"
)

version = os.environ.get("DIST_SUFFIX", None) or "0.88.1"
version = os.environ.get("DIST_SUFFIX", None) or "0.89.1"

force_no_dirty = os.environ.get("FORCE_NO_DIRTY", None) or ""
if force_no_dirty != "":
Expand Down

0 comments on commit 713d8e8

Please sign in to comment.