From c1455b37082d8b6541dc6c3f42fa2a69c31473d4 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 29 Apr 2026 11:09:15 +0100 Subject: 2.2.6 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index 586a2db1f2..ca336dde50 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -133,7 +133,7 @@ class Webtrees public const int SCHEMA_VERSION = 46; // e.g. "-dev", "-alpha", "-beta", etc. - public const string STABILITY = '-dev'; + public const string STABILITY = ''; // Version number. public const string VERSION = '2.2.6' . self::STABILITY; -- cgit v1.3