Skip to content

Commit

Permalink
version to 1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bratkartoffel committed Jan 19, 2023
1 parent 0c67035 commit 4081d3c
Show file tree
Hide file tree
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
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- No changes yet

## [1.10.9] - 2023-01-19

### Changed

- generate source maps to ease debugging CSS/ JS
Expand Down Expand Up @@ -212,7 +216,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.10.8...HEAD
[unreleased]: https://github.com/bratkartoffel/blm2/compare/v1.10.9...HEAD

[1.10.9]: https://github.com/bratkartoffel/blm2/compare/v1.10.8...v1.10.9

[1.10.8]: https://github.com/bratkartoffel/blm2/compare/v1.10.7...v1.10.8

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

define('game_version', "1.10.8" . getVersionExtra());
define('game_version', "1.10.9" . getVersionExtra());

0 comments on commit 4081d3c

Please sign in to comment.