Skip to content

Commit

Permalink
Version up to 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 10, 2024
1 parent a3c966f commit 33b838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared.Core/KoikatuAPIBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// </summary>
public const string VersionConst = "1.38";
public const string VersionConst = "1.39";

/// <summary>
/// GUID of this plugin, use for checking dependancies with <see cref="BepInDependency"/>."/>
Expand Down

0 comments on commit 33b838b

Please sign in to comment.