diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-07-29 17:39:27 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-07-29 17:39:27 +0100 |
| commit | 4d656ed0d8cf15e0915174097e1af20dca9881fa (patch) | |
| tree | d8b8459840114408cd7f997d1bd6be3b56101fbe /app/Webtrees.php | |
| parent | 443106799b2e52aa56576cd7a0313e3f6afd85d2 (diff) | |
| download | webtrees-4d656ed0d8cf15e0915174097e1af20dca9881fa.tar.gz webtrees-4d656ed0d8cf15e0915174097e1af20dca9881fa.tar.bz2 webtrees-4d656ed0d8cf15e0915174097e1af20dca9881fa.zip | |
2.1.7
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 6cf6a1bbe7..52def334e3 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.7' . self::STABILITY; + public const VERSION = '2.1.8' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
