Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings authored Dec 21, 2024
1 parent f4f2e5a commit 0d6fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staticwordpress/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_REVISION = 6
VERSION_REVISION = 7
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"

SHARE_FOLDER_PATH = Path(
Expand Down

0 comments on commit 0d6fdeb

Please sign in to comment.