summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 2b9505b1f5..0f712d99ca 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -96,7 +96,7 @@ class Webtrees
public const SCHEMA_VERSION = 45;
// e.g. "-dev", "-alpha", "-beta", etc.
- public const STABILITY = '-dev';
+ public const STABILITY = '';
// Version number
public const VERSION = '2.0.15' . self::STABILITY;