Skip to content

Commit 2e63578

Browse files
committed
change to Release from Development
1 parent 59a99f5 commit 2e63578

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
@@ -6,7 +6,7 @@ public static class Version
66
public static int Minor { get; } = 3;
77
public static int Patch { get; } = 0;
88
public static int Hotfix { get; } = 0;
9-
public static ReleaseType ReleaseType { get; } = ReleaseType.Development;
9+
public static ReleaseType ReleaseType { get; } = ReleaseType.Release;
1010
public static string FullVersion { get; } = $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
1111
}
1212

0 commit comments

Comments
 (0)