From 0630950d752519d8da5ea30792cfe1c5661acd5d Mon Sep 17 00:00:00 2001 From: Sean Lewis Date: Sat, 30 Oct 2021 12:50:34 -0700 Subject: [PATCH] Version 2.0.6. --- scripting/pugsetup/util.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/pugsetup/util.sp b/scripting/pugsetup/util.sp index 86d03462..166aa7c7 100644 --- a/scripting/pugsetup/util.sp +++ b/scripting/pugsetup/util.sp @@ -3,7 +3,7 @@ #tryinclude "manual_version.sp" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "2.0.6-dev" +#define PLUGIN_VERSION "2.0.6" #endif #define DEBUG_CVAR "sm_pugsetup_debug"