From 00ee601ba3c30ac1070e0bf2b8d93fb7f64e2beb Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 3 May 2021 10:24:19 +0100 Subject: [PATCH] 2.0.16 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index 358d8fcfc0b..70cd39808d7 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -96,7 +96,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.0.16' . self::STABILITY;