We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efb87f commit 5691c63Copy full SHA for 5691c63
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 4.6.38
+current_version = 4.6.39
5
6
[bumpversion:file:version.py]
7
search = version = "{current_version}"
version.py
@@ -1,6 +1,6 @@
"""Holds the version for DK64 Rando."""
-version = "4.6.38"
+version = "4.6.39"
split_data = version.split(".")
major = split_data[0]
minor = split_data[1]
0 commit comments