diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-05-22 07:16:23 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-05-22 07:16:23 +0100 |
| commit | 770d27d7eff6ae8e3b8bb441b3a53f65390160b5 (patch) | |
| tree | 335d6824399f3f6252f11a85433d642e9ccc7ef3 /app/Webtrees.php | |
| parent | 7e157826fcb53c474b5c40055535fa4aca6348c1 (diff) | |
| download | webtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.tar.gz webtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.tar.bz2 webtrees-770d27d7eff6ae8e3b8bb441b3a53f65390160b5.zip | |
2.1.4
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 4 |
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/'; |
