From e9cfd3de15b215868f65c8b5c30aa4eb0f4ffb5f Mon Sep 17 00:00:00 2001 From: fifty-six Date: Wed, 10 Nov 2021 18:57:58 -0500 Subject: [PATCH] Bump version --- Assembly-CSharp/ModHooks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assembly-CSharp/ModHooks.cs b/Assembly-CSharp/ModHooks.cs index 9faa29da..19443fb7 100644 --- a/Assembly-CSharp/ModHooks.cs +++ b/Assembly-CSharp/ModHooks.cs @@ -24,7 +24,7 @@ namespace Modding [PublicAPI] public class ModHooks { - private const int _modVersion = 65; + private const int _modVersion = 66; internal static bool IsInitialized;