Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauceke committed Jul 31, 2021
1 parent 09769b4 commit 500bd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ButtPlugin.Core/CoreConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ButtPlugin.Core
public class CoreConfig
{
public const string GUID = "Sauceke.ButtPlugin";
public const string Version = "2.0.0";
public const string Version = "2.0.2";

public static ManualLogSource Logger { get; set; }
public static PluginInfo Info { get; internal set; }
Expand Down

0 comments on commit 500bd28

Please sign in to comment.