From 046006cfaa0d1f7d9148cb0b995472090330f4d1 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:16:23 -0600 Subject: [PATCH] adjust version number for bots --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 232d3afc5..d115f814b 100644 --- a/common/version.h +++ b/common/version.h @@ -43,7 +43,7 @@ */ #define CURRENT_BINARY_DATABASE_VERSION 9286 -#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9045 +#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9051 //TODO bot rewrite #endif