Skip to content

Commit

Permalink
Bump version to 12.1 (dcs-liberation#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexu14 authored Nov 16, 2024
1 parent 9d774c8 commit c3d4dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
If the bug was found in a development build, select "Development build"
and provide a link to the build in the field below.
options:
- 11.1.1
- 12.0.1
- Development build
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-game-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
If the bug was found in a development build, select "Development build"
and provide a link to the build in the field below.
options:
- 11.1.1
- 12.0.1
- Development build
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion game/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


MAJOR_VERSION = 12
MINOR_VERSION = 0
MINOR_VERSION = 1
MICRO_VERSION = 0
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))

Expand Down

0 comments on commit c3d4dda

Please sign in to comment.