Skip to content

Commit ee6bec6

Browse files
committed
Whitecore 0.9.3 Release Candidate 2
* This marks the 2nd RC build for the upcoming 0.9.3 release
1 parent a5bf4b2 commit ee6bec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WhiteCore/Framework/Utilities/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public enum Flavour
4646

4747
#endregion
4848

49-
public const string VERSION_NUMBER = "0.9.3";
50-
public const Flavour VERSION_FLAVOUR = Flavour.RC1;
49+
public const string VERSION_NUMBER = "0.9.3";
50+
public const Flavour VERSION_FLAVOUR = Flavour.RC2;
5151
public const string VERSION_NAME = "WhiteCore";
5252

5353
public static string Version
@@ -73,4 +73,4 @@ public static string GetVersionString(string versionNumber, Flavour flavour)
7373
return versionString;
7474
}
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)