From a03cac762acf8617000636fc3fb4efdabd513801 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:20:04 +0100 Subject: [PATCH] Version up to 1.37 --- src/Shared.Core/KoikatuAPIBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared.Core/KoikatuAPIBase.cs b/src/Shared.Core/KoikatuAPIBase.cs index 6c342f6..c0c3a6e 100644 --- a/src/Shared.Core/KoikatuAPIBase.cs +++ b/src/Shared.Core/KoikatuAPIBase.cs @@ -33,7 +33,7 @@ public partial class KoikatuAPI /// THIS VALUE WILL NOT BE READ FROM THE INSTALLED VERSION, YOU WILL READ THE VALUE FROM THIS VERSION THAT YOU COMPILE YOUR PLUGIN AGAINST! /// More info: https://stackoverflow.com/questions/55984/what-is-the-difference-between-const-and-readonly /// - public const string VersionConst = "1.36"; + public const string VersionConst = "1.37"; /// /// GUID of this plugin, use for checking dependancies with ."/>