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