Skip to content

Commit

Permalink
Version up to 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 13, 2024
1 parent e252611 commit 5a6f1cb
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.37";
public const string VersionConst = "1.38";

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

0 comments on commit 5a6f1cb

Please sign in to comment.