From e8f4ffd62846cc97e4f6d9f19b4efaa61764e39a Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Wed, 17 Sep 2025 00:52:31 -0500 Subject: [PATCH] [Release] 23.10.2 --- 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 b77441213..9da523f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [23.10.2] 9/16/2025 + +### Hotfix + +* Revert #4996 as it was causing critical issues with spells that needs to be further investigated. @Akkadius 2025-09-17 + ## [23.10.1] 9/16/2025 ### Hotfix diff --git a/common/version.h b/common/version.h index b9c543691..285e16968 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 "23.10.1-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "23.10.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 f8782b8f0..b1dd4a343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "23.10.1", + "version": "23.10.2", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"