Skip to content

Commit fa283c0

Browse files
committed
Version up to 1.32
1 parent 7b67e3c commit fa283c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared.Core/KoikatuAPIBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public partial class KoikatuAPI
3333
/// THIS VALUE WILL NOT BE READ FROM THE INSTALLED VERSION, YOU WILL READ THE VALUE FROM THIS VERSION THAT YOU COMPILE YOUR PLUGIN AGAINST!
3434
/// More info: https://stackoverflow.com/questions/55984/what-is-the-difference-between-const-and-readonly
3535
/// </summary>
36-
public const string VersionConst = "1.31.3";
36+
public const string VersionConst = "1.32";
3737

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

0 commit comments

Comments
 (0)