Skip to content

Commit 91f0da8

Browse files
committed
Release 0.9.1
The WhiteCore Team proudly presents the release of " Frozen"
1 parent 722fcb8 commit 91f0da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WhiteCore/Framework/Utilities/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public enum Flavour
4848

4949
#endregion
5050

51-
public const string VERSION_NUMBER = "0.9.1.1";
52-
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
51+
public const string VERSION_NUMBER = "0.9.1";
52+
public const Flavour VERSION_FLAVOUR = Flavour.Release;
5353
public const string VERSION_NAME = "WhiteCore";
5454

5555
public const int VERSIONINFO_VERSION_LENGTH = 27;

0 commit comments

Comments
 (0)