diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 38607acc..a115fe1a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -31,7 +31,7 @@ body: If the bug was found in a test/development build, select "Test build" or "Development build" and provide a link to the applicable build in the field below. options: - - 1.0.0 + - v1.1 - Test build - Development build - type: input diff --git a/game/version.py b/game/version.py index 9f7566e9..0781aba1 100644 --- a/game/version.py +++ b/game/version.py @@ -2,7 +2,7 @@ from pathlib import Path MAJOR_VERSION = 1 -MINOR_VERSION = 1 +MINOR_VERSION = 2 MICRO_VERSION = 0