From 7166fcc650a4ae7ed05639496432f61ca938e22d Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 18 Sep 2023 12:19:56 -0500 Subject: [PATCH] [Hotfix] Fix an issue with schema versioning for the AA update --- CHANGELOG.md | 6 ++++++ common/version.h | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1036b6dec..b36e75c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [22.26.2] - 09/18/2023 + +### Fixes + +* Fix an issue with schema versioning for the AA update + ## [22.26.1] - 09/17/2023 ### Fixes diff --git a/common/version.h b/common/version.h index d0c125454..1e596cff7 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.26.1-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.26.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__ @@ -42,7 +42,7 @@ * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9235 +#define CURRENT_BINARY_DATABASE_VERSION 9236 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9039 diff --git a/package.json b/package.json index e4cdeca9d..818b0e222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.26.1", + "version": "22.26.2", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"