Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 7, 2019
1 parent 8662915 commit a4b6193
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
private static int Minor => 1;
private static int Patch => 0;
private static int Hotfix => 0;
public static ReleaseType ReleaseType => ReleaseType.Development;
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 a4b6193

Please sign in to comment.