summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-05-22 07:16:23 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-05-22 07:16:23 +0100
commit770d27d7eff6ae8e3b8bb441b3a53f65390160b5 (patch)
tree335d6824399f3f6252f11a85433d642e9ccc7ef3 /app/Webtrees.php
parent7e157826fcb53c474b5c40055535fa4aca6348c1 (diff)
downloadwebtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.tar.gz
webtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.tar.bz2
webtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.zip
2.1.4
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 36e700d153..6d888bc651 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -137,10 +137,10 @@ class Webtrees
public const SCHEMA_VERSION = 45;
// e.g. "-dev", "-alpha", "-beta", etc.
- public const STABILITY = '';
+ public const STABILITY = '-dev';
// Version number.
- public const VERSION = '2.1.4' . self::STABILITY;
+ public const VERSION = '2.1.5' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';