Skip to content

Commit

Permalink
Version up to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed May 17, 2021
1 parent ca53702 commit 6f68772
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 @@ -28,7 +28,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.18";
public const string VersionConst = "1.19";

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

0 comments on commit 6f68772

Please sign in to comment.