Update game version to 6.1.1.

This commit is contained in:
Dan Albert 2023-01-28 12:01:49 -08:00
parent 440fe2e019
commit d1d4fde6a3

View File

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