We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f2e5a commit 0d6fdebCopy full SHA for 0d6fdeb
src/staticwordpress/core/constants.py
@@ -38,7 +38,7 @@
38
39
VERSION_MAJOR = 0
40
VERSION_MINOR = 0
41
-VERSION_REVISION = 6
+VERSION_REVISION = 7
42
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"
43
44
SHARE_FOLDER_PATH = Path(
0 commit comments