We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583a0e9 commit a7202cbCopy full SHA for a7202cb
WhiteCore/Framework/Utilities/VersionInfo.cs
@@ -47,7 +47,7 @@ public enum Flavour
47
#endregion
48
49
public const string VERSION_NUMBER = "0.9.3";
50
- public const Flavour VERSION_FLAVOUR = Flavour.RC2;
+ public const Flavour VERSION_FLAVOUR = Flavour.Release;
51
public const string VERSION_NAME = "WhiteCore";
52
53
public static string Version
0 commit comments