We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644f0dd commit da2fc62Copy full SHA for da2fc62
ConfigurationManager/ConfigurationManager.cs
@@ -31,7 +31,7 @@ public class ConfigurationManager : BaseUnityPlugin
31
/// <summary>
32
/// Version constant
33
/// </summary>
34
- public const string Version = "17.0";
+ public const string Version = "17.1";
35
36
internal static new ManualLogSource Logger;
37
private static SettingFieldDrawer _fieldDrawer;
0 commit comments