Update changelog and versions to reflect move to 12 (#3417)

Update changelog and versions to reflect move to 12.
Update changelog for Superbug mod update.
This commit is contained in:
zhexu14
2024-06-29 09:57:11 +10:00
committed by GitHub
parent a76c0d298e
commit 38c3cdbf16
3 changed files with 15 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
from pathlib import Path
MAJOR_VERSION = 11
MINOR_VERSION = 1
MICRO_VERSION = 1
MAJOR_VERSION = 12
MINOR_VERSION = 0
MICRO_VERSION = 0
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))