Browse Source

[2.0.5.2] New version

Zariteis 4 years ago
parent
commit
1362744ca4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      RecipeMenuCore.cs

+ 1 - 1
RecipeMenuCore.cs

@@ -11,7 +11,7 @@ namespace RecipeMenuCore
   [Gadget("RecipeMenuCore", RequiredOnClients: false)]
   public class RecipeMenuCore : Gadget<RecipeMenuCore>
   {
-    public const string MOD_VERSION = "1.7"; // Set this to the version of your mod.
+    public const string MOD_VERSION = "1.8"; // Set this to the version of your mod.
     public const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
 
     protected override void LoadConfig()