Increment latest version to 1.16.11

Updated the latest version from 1.16.10 to 1.16.11.
This commit is contained in:
Ward
2026-03-06 16:05:10 +13:00
committed by GitHub
parent ce94eba8ed
commit b0d32121d7
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.16.10"
LATEST_VERSION = "1.16.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")