Skip to content

Commit

Permalink
Version up to 1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 17, 2021
1 parent 5c23d18 commit a1a4baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared.Core/KoikatuAPIBase.cs
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.29";
public const string VersionConst = "1.29.1";

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

0 comments on commit a1a4baa

Please sign in to comment.