diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-06-04 14:20:32 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-06-04 14:20:32 +0100 |
| commit | 495b00bb42909f4939d249a0e0408754fb3b5fdd (patch) | |
| tree | eff2ad7c0bf663432779facfcf0345a731e941a9 /app/Webtrees.php | |
| parent | 535e8ffe43368f8e13f52893c2b4369c75eabcd9 (diff) | |
| download | webtrees-495b00bb42909f4939d249a0e0408754fb3b5fdd.tar.gz webtrees-495b00bb42909f4939d249a0e0408754fb3b5fdd.tar.bz2 webtrees-495b00bb42909f4939d249a0e0408754fb3b5fdd.zip | |
2.1.5
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 6820229318..d9f8dcfa02 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -140,10 +140,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.5' . self::STABILITY; + public const VERSION = '2.1.6' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
