Skip to content

Commit

Permalink
Version up to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jul 20, 2019
1 parent a236193 commit 804be69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/KoikatuAPIBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.3.7";
public const string VersionConst = "1.3.8";

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

0 comments on commit 804be69

Please sign in to comment.