Skip to content

Commit

Permalink
Bump version to 11.1.1 to include campaign updates as 11.1.0 was alre… (
Browse files Browse the repository at this point in the history
#3415)

…ady taken
  • Loading branch information
zhexu14 committed Jun 22, 2024
1 parent 708402b commit 7543b5f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.0.0
- 11.1.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.0.0
- 11.1.1
- Development build
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 11.1.0
# 11.1.1

Saves from 11.0.0 are compatible with 11.1.0. See Known Issues section for exceptions.
Saves from 11.0.0 are compatible with 11.1.1. See Known Issues section for exceptions.

## Features/Improvements

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "DCS Liberation"
copyright = "2024, DCS Liberation Team"
author = "DCS Liberation Team"
release = "11.1.0"
release = "11.1.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion game/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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


Expand Down

0 comments on commit 7543b5f

Please sign in to comment.