From a1fc92bd007b8f81a470adc0738079fae91f8a43 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 18 Mar 2023 23:02:11 +0100 Subject: [PATCH] Initial changes for v1.2 --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- game/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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