From 9de7fc78dd4a6b9673b452ae1fa372d78d837e7e Mon Sep 17 00:00:00 2001 From: Max Krivanek Date: Thu, 19 Nov 2020 16:21:32 -0600 Subject: [PATCH] Bumped version to 3.9.7-A --- Smod2/PluginManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smod2/PluginManager.cs b/Smod2/PluginManager.cs index 5a891ed..3db3554 100644 --- a/Smod2/PluginManager.cs +++ b/Smod2/PluginManager.cs @@ -26,7 +26,7 @@ public class PluginManager { public static readonly int SMOD_MAJOR = 3; public static readonly int SMOD_MINOR = 9; - public static readonly int SMOD_REVISION = 6; + public static readonly int SMOD_REVISION = 7; public static readonly string SMOD_BUILD = "A";