Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 22, 2019
1 parent 913ab13 commit 2ab936c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ public static class Version
public static SysVer AsDotNetVersion() => new SysVer(Major, Minor, Patch, Hotfix);
private static int Major => 3;
private static int Minor => 1;
private static int Patch => 0;
private static int Hotfix => 2;
private static int Patch => 1;
private static int Hotfix => 0;
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 2ab936c

Please sign in to comment.