mirror of
https://ghproxy.net/https://github.com/serpwings/static-wordpress.git
synced 2025-10-04 06:00:34 +08:00
Update constants.py
This commit is contained in:
parent
f4f2e5a711
commit
0d6fdeba2f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ from enum import Enum
|
||||||
|
|
||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 0
|
VERSION_MINOR = 0
|
||||||
VERSION_REVISION = 6
|
VERSION_REVISION = 7
|
||||||
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"
|
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"
|
||||||
|
|
||||||
SHARE_FOLDER_PATH = Path(
|
SHARE_FOLDER_PATH = Path(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue