diff --git a/BTKUILib.cs b/BTKUILib.cs index c1636a9..4b5ca82 100644 --- a/BTKUILib.cs +++ b/BTKUILib.cs @@ -13,7 +13,7 @@ internal static class BuildInfo public const string Name = "BTKUILib"; public const string Author = "BTK Development Team"; public const string Company = "BTK Development"; - public const string Version = "2.2.1"; + public const string Version = "2.3.0-preview1"; } internal class BTKUILib : MelonMod