From 85054fedf8734c194ae880ee458ae1a4a327b3b7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jun 2023 12:00:41 -0500 Subject: [PATCH] [Release] 22.15.2 (Hotfix) --- 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 ef51cc08e4..53e3657842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [22.15.2] - 06/19/2023 + +### Database + +* Fix multi-statement error reporting ([#3425](https://github.com/EQEmu/Server/pull/3425)) @Akkadius 2023-06-19 + ## [22.15.1] - 06/19/2023 ### Schema diff --git a/common/version.h b/common/version.h index ea5de02bcf..d934a39e62 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.1-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.15.2-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 18210525f9..9cd9340ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.15.1", + "version": "22.15.2", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"