From 33b838ba2b8dd74ee03209d5b21b2f8939ee42ce Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:08:52 +0100 Subject: [PATCH] Version up to 1.39 --- 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 53c837c..6477545 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.38"; + public const string VersionConst = "1.39"; /// /// GUID of this plugin, use for checking dependancies with ."/>