From 3f9df40c3c8bae6fc9abe29cfef4fb4c5d1532ba Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" <277429+mackal@users.noreply.github.com> Date: Sat, 20 Aug 2022 17:20:37 -0400 Subject: [PATCH] Update CURRENT_BINARY_DATABASE_VERSION (#2382) PR #2376 didn't update it --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 67c75edcb..4fe0406f6 100644 --- a/common/version.h +++ b/common/version.h @@ -34,7 +34,7 @@ * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9197 +#define CURRENT_BINARY_DATABASE_VERSION 9198 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9029