change version flavour to Release

This commit is contained in:
UbitUmarov
2022-03-01 15:51:45 +00:00
parent 11cadf7a9f
commit 22188d7579
+1 -1
View File
@@ -32,7 +32,7 @@ namespace OpenSim
public const string VersionNumber = "0.9.2.1";
public const string AssemblyVersionNumber = "0.9.2.1";
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
public const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour
{