From 2a61e62963ac5b8b1d50ec989bd281b68f62528f Mon Sep 17 00:00:00 2001 From: ArKaNeMaN Date: Mon, 25 Mar 2024 18:00:20 +0300 Subject: [PATCH] Bump version --- amxmodx/scripting/include/VipModular.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/scripting/include/VipModular.inc b/amxmodx/scripting/include/VipModular.inc index dc685ce..76c53ff 100644 --- a/amxmodx/scripting/include/VipModular.inc +++ b/amxmodx/scripting/include/VipModular.inc @@ -7,7 +7,7 @@ #include json stock const VIPM_LIBRARY[] = "VipModular"; -#define _VIPM_VERSION "5.0.0-beta.11" +#define _VIPM_VERSION "5.0.0-b12" stock const VIPM_VERSION[] = _VIPM_VERSION; stock const VIPM_CFG_PATH[] = "plugins/VipModular"; #define _VIPM_PLUGIN_URL "https://github.com/ArKaNeMaN/amxx-VipModular-pub"