From 5249b065d373c9ad23e2c44535ca9d7d3bd6dd2b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jun 2023 19:15:42 -0500 Subject: [PATCH] [Release] 22.15.3 --- CHANGELOG.md | 6 ++++++ common/version.h | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e365784..70eedf0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [22.15.3] - 06/19/2023 + +### Fixes + +* Fix improper condition in Water LOS checks ([#3426](https://github.com/EQEmu/Server/pull/3426)) @Kinglykrab 2023-06-19 + ## [22.15.2] - 06/19/2023 ### Database diff --git a/common/version.h b/common/version.h index d934a39e6..50d9af96c 100644 --- a/common/version.h +++ b/common/version.h @@ -25,7 +25,7 @@ // Build variables // these get injected during the build pipeline -#define CURRENT_VERSION "22.15.2-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.15.3-dev" // always append -dev to the current version for custom-builds #define LOGIN_VERSION "0.8.0" #define COMPILE_DATE __DATE__ #define COMPILE_TIME __TIME__ diff --git a/package.json b/package.json index 9cd9340ff..9dd484fae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.15.2", + "version": "22.15.3", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"