From 0d6fdeba2fe58eb473a541d92a4675f612d2e4a3 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:36:42 +0100 Subject: [PATCH] Update constants.py --- src/staticwordpress/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staticwordpress/core/constants.py b/src/staticwordpress/core/constants.py index 6e23fe2..f029117 100644 --- a/src/staticwordpress/core/constants.py +++ b/src/staticwordpress/core/constants.py @@ -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(