summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-06-04 14:17:29 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-06-04 14:17:42 +0100
commit535e8ffe43368f8e13f52893c2b4369c75eabcd9 (patch)
tree3c83bd631489744dfbd818a82eadca02d35c1fd7 /app/Webtrees.php
parent8a45bdde3e585c8cd758249b4a548b89089a19ab (diff)
downloadwebtrees-535e8ffe43368f8e13f52893c2b4369c75eabcd9.tar.gz
webtrees-535e8ffe43368f8e13f52893c2b4369c75eabcd9.tar.bz2
webtrees-535e8ffe43368f8e13f52893c2b4369c75eabcd9.zip
2.1.52.1.5
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 ccade78415..6820229318 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -140,7 +140,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.1.5' . self::STABILITY;