Bump versions

This commit is contained in:
WardPearce
2026-02-06 02:53:40 +13:00
parent aa63510b7b
commit 0bd45ee78e
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.13.10"
LATEST_VERSION = "1.13.11"
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")