From ee5ea94e10b03482fbabcd2bb71f936c33925254 Mon Sep 17 00:00:00 2001 From: Mikusch Date: Mon, 7 Mar 2022 00:24:54 +0100 Subject: [PATCH] Bump version --- addons/sourcemod/scripting/prophunt.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/prophunt.sp b/addons/sourcemod/scripting/prophunt.sp index e0d264d..4866e6c 100644 --- a/addons/sourcemod/scripting/prophunt.sp +++ b/addons/sourcemod/scripting/prophunt.sp @@ -30,7 +30,7 @@ #pragma semicolon 1 #pragma newdecls required -#define PLUGIN_VERSION "1.2.1" +#define PLUGIN_VERSION "1.3.0" #define PLUGIN_TAG "[{orange}PropHunt{default}]"