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 f0a849d commit 0671c49Copy full SHA for 0671c49
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 4.6.37
+current_version = 4.6.38
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.37"
+version = "4.6.38"
split_data = version.split(".")
major = split_data[0]
minor = split_data[1]
0 commit comments