From 1e8b6cbca3296d8fd3cb7736c511f8252e345017 Mon Sep 17 00:00:00 2001 From: nosoop Date: Tue, 18 Apr 2023 21:02:40 -0700 Subject: [PATCH] Bump version to 1.3.2 for release --- scripting/tf2utils.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/tf2utils.sp b/scripting/tf2utils.sp index e555c72..5a06484 100644 --- a/scripting/tf2utils.sp +++ b/scripting/tf2utils.sp @@ -13,7 +13,7 @@ #include #include -#define PLUGIN_VERSION "1.3.1" +#define PLUGIN_VERSION "1.3.2" public Plugin myinfo = { name = "TF2 Utils", author = "nosoop",