From a89fc5c14400055bfa2c9ca0aa0573c881896c6a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 8 Apr 2024 21:07:33 +0100 Subject: [PATCH] 2.1.20 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index 1cdaafebc04..309ebfecb72 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -140,7 +140,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-dev'; + public const STABILITY = ''; // Version number. public const VERSION = '2.1.20' . self::STABILITY;