We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8662915 commit a4b6193Copy full SHA for a4b6193
src/Version.cs
@@ -7,7 +7,7 @@ public static class Version
7
private static int Minor => 1;
8
private static int Patch => 0;
9
private static int Hotfix => 0;
10
- public static ReleaseType ReleaseType => ReleaseType.Development;
+ public static ReleaseType ReleaseType => ReleaseType.Release;
11
public static string FullVersion => $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
12
public static string DiscordNetVersion => Discord.DiscordConfig.Version;
13
}
0 commit comments