diff options
| -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/'; |
