diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-04-29 09:59:54 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-04-29 09:59:54 +0100 |
| commit | 77d5b0de32c0574d171a79060df64be75bb9dddf (patch) | |
| tree | b41e628e929e994c24e15743860e65aaa6641416 /app/Webtrees.php | |
| parent | 1dce02290371c1f0bd8da4b758c60502bbf67957 (diff) | |
| download | webtrees-77d5b0de32c0574d171a79060df64be75bb9dddf.tar.gz webtrees-77d5b0de32c0574d171a79060df64be75bb9dddf.tar.bz2 webtrees-77d5b0de32c0574d171a79060df64be75bb9dddf.zip | |
2.1.1
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 3ca5d45cf8..cd97601cd5 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -135,10 +135,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.1' . self::STABILITY; + public const VERSION = '2.1.2' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
