Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Apr 7, 2021
1 parent b9b5fdc commit 19bab99
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 @@ -7,7 +7,7 @@ public static class Version
public static SysVer AsDotNetVersion() => new SysVer(Major, Minor, Patch, Hotfix);
private static int Major => 3;
private static int Minor => 6;
private static int Patch => 1;
private static int Patch => 2;
private static int Hotfix => 0;
public static DevelopmentStage ReleaseType => DevelopmentStage.Release;
public static string FullVersion => $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
Expand Down

0 comments on commit 19bab99

Please sign in to comment.