From b0d32121d79693a0423a59729f0488e8b3933fba Mon Sep 17 00:00:00 2001 From: Ward Date: Fri, 6 Mar 2026 16:05:10 +1300 Subject: [PATCH] Increment latest version to 1.16.11 Updated the latest version from 1.16.10 to 1.16.11. --- update_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_versions.py b/update_versions.py index 312c3bed..55fe5b10 100644 --- a/update_versions.py +++ b/update_versions.py @@ -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")