Skip to content

Commit

Permalink
Merge pull request #311 from R1kaB3rN/bump-version-1.2
Browse files Browse the repository at this point in the history
Bump version to 1.2.0
  • Loading branch information
GloriousEggroll authored Feb 14, 2025
2 parents 6f7bd23 + b86eb55 commit 89ef48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.4" # noqa: D104
__version__ = "1.2.0" # noqa: D104
__runtime_versions__ = (("sniper", "steamrt3"), ("soldier", "steamrt2"))
__runtime_version__ = __runtime_versions__[0]

0 comments on commit 89ef48e

Please sign in to comment.