Initial changes for v1.2

This commit is contained in:
Raffson
2023-03-18 23:02:11 +01:00
parent 3060645a26
commit a1fc92bd00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ from pathlib import Path
MAJOR_VERSION = 1
MINOR_VERSION = 1
MINOR_VERSION = 2
MICRO_VERSION = 0