diff options
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index 586a2db1f2..ca336dde50 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -133,7 +133,7 @@ class Webtrees public const int SCHEMA_VERSION = 46; // e.g. "-dev", "-alpha", "-beta", etc. - public const string STABILITY = '-dev'; + public const string STABILITY = ''; // Version number. public const string VERSION = '2.2.6' . self::STABILITY; |
