[Hotfix] Fix an issue with schema versioning for the AA update

This commit is contained in:
Akkadius 2023-09-18 12:19:56 -05:00
parent ae8e58ddc5
commit 7166fcc650
3 changed files with 9 additions and 3 deletions

View File

@ -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 ## [22.26.1] - 09/17/2023
### Fixes ### Fixes

View File

@ -25,7 +25,7 @@
// Build variables // Build variables
// these get injected during the build pipeline // 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 LOGIN_VERSION "0.8.0"
#define COMPILE_DATE __DATE__ #define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__ #define COMPILE_TIME __TIME__
@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt * 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 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9039

View File

@ -1,6 +1,6 @@
{ {
"name": "eqemu-server", "name": "eqemu-server",
"version": "22.26.1", "version": "22.26.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EQEmu/Server.git" "url": "https://github.com/EQEmu/Server.git"