diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-06-20 16:33:01 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-06-20 16:33:01 +0100 |
| commit | e35dabcea73efc2980c6e0dfa8d222857abe7230 (patch) | |
| tree | 1fa5b871895ceb5e564e9201eaae6fd8dadbe5a2 /app/Webtrees.php | |
| parent | 1b825c3bc0813eb721b1b8789bce88ff97b7568c (diff) | |
| download | webtrees-e35dabcea73efc2980c6e0dfa8d222857abe7230.tar.gz webtrees-e35dabcea73efc2980c6e0dfa8d222857abe7230.tar.bz2 webtrees-e35dabcea73efc2980c6e0dfa8d222857abe7230.zip | |
2.1.6
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 752e099a78..ef77848d90 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.6' . self::STABILITY; + public const VERSION = '2.1.7' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
