Skip to content

Commit

Permalink
Bump version: 4.6.27 → 4.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Bump2Version committed Oct 31, 2024
1 parent d48d7fd commit dc08503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 4.6.27
current_version = 4.6.28

[bumpversion:file:version.py]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Holds the version for DK64 Rando."""

version = "4.6.27"
version = "4.6.28"
split_data = version.split(".")
major = split_data[0]
minor = split_data[1]
Expand Down

0 comments on commit dc08503

Please sign in to comment.