Skip to content

Commit a4b6193

Browse files
committed
update version
1 parent 8662915 commit a4b6193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public static class Version
77
private static int Minor => 1;
88
private static int Patch => 0;
99
private static int Hotfix => 0;
10-
public static ReleaseType ReleaseType => ReleaseType.Development;
10+
public static ReleaseType ReleaseType => ReleaseType.Release;
1111
public static string FullVersion => $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
1212
public static string DiscordNetVersion => Discord.DiscordConfig.Version;
1313
}

0 commit comments

Comments
 (0)