Skip to content

Commit

Permalink
change version to release
Browse files Browse the repository at this point in the history
bratkartoffel committed Feb 25, 2023
1 parent 7f81f1f commit e54a1df
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- no changes yet

## [1.11.6] - 2023-02-25

### Changed

- redirects now send a `303` instead of a `302` status code
@@ -399,7 +403,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial import of this project to GitHub

[unreleased]: https://github.com/bratkartoffel/blm2/compare/v1.11.5...HEAD
[unreleased]: https://github.com/bratkartoffel/blm2/compare/v1.11.6...HEAD

[1.11.6]: https://github.com/bratkartoffel/blm2/compare/v1.11.5...v1.11.6

[1.11.5]: https://github.com/bratkartoffel/blm2/compare/v1.11.4...v1.11.5

2 changes: 1 addition & 1 deletion include/game_version.inc.php
Original file line number Diff line number Diff line change
@@ -20,4 +20,4 @@ function getVersionExtra()
return $version_extra;
}

define('game_version', '1.11.5' . getVersionExtra());
define('game_version', '1.11.6' . getVersionExtra());

0 comments on commit e54a1df

Please sign in to comment.