Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 16, 2019
1 parent f8abf74 commit ccafca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class Version
private static int Major => 3;
private static int Minor => 1;
private static int Patch => 0;
private static int Hotfix => 1;
private static int Hotfix => 2;
public static ReleaseType ReleaseType => ReleaseType.Release;
public static string FullVersion => $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
public static string DiscordNetVersion => Discord.DiscordConfig.Version;
Expand Down

0 comments on commit ccafca0

Please sign in to comment.