Skip to content

Commit 0d6fdeb

Browse files
authored
Update constants.py
1 parent f4f2e5a commit 0d6fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/staticwordpress/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
VERSION_MAJOR = 0
4040
VERSION_MINOR = 0
41-
VERSION_REVISION = 6
41+
VERSION_REVISION = 7
4242
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"
4343

4444
SHARE_FOLDER_PATH = Path(

0 commit comments

Comments
 (0)