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 d5626dd commit 505fc87Copy full SHA for 505fc87
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = False
4
-current_version = 5.7.13
+current_version = 5.7.14
5
6
[bumpversion:file:version.py]
7
search = version = "{current_version}"
version.py
@@ -1,3 +1,3 @@
"""Holds the version for DK64 Rando."""
-version = "5.7.13"
+version = "5.7.14"
0 commit comments