diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-04-29 11:11:55 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-04-29 11:11:55 +0100 |
| commit | 5ee4246602b6e7e241fca6eea57d4238318ba7d0 (patch) | |
| tree | 3f96e26c99ec44771c194ce7aeb3ec2081fdb785 /app | |
| parent | c1455b37082d8b6541dc6c3f42fa2a69c31473d4 (diff) | |
| download | webtrees-5ee4246602b6e7e241fca6eea57d4238318ba7d0.tar.gz webtrees-5ee4246602b6e7e241fca6eea57d4238318ba7d0.tar.bz2 webtrees-5ee4246602b6e7e241fca6eea57d4238318ba7d0.zip | |
2.2.6
Diffstat (limited to 'app')
| -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 ca336dde50..5327ecdb23 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -133,10 +133,10 @@ class Webtrees public const int SCHEMA_VERSION = 46; // e.g. "-dev", "-alpha", "-beta", etc. - public const string STABILITY = ''; + public const string STABILITY = '-dev'; // Version number. - public const string VERSION = '2.2.6' . self::STABILITY; + public const string VERSION = '2.2.7' . self::STABILITY; // Project website. public const string URL = 'https://webtrees.net/'; |
