Bump version

This commit is contained in:
WardPearce
2026-02-07 14:53:14 +13:00
parent 841713032e
commit fb1e254705
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.13.12"
LATEST_VERSION = "1.13.13"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")