From 8f3d88a8c702adbbbb0042253e3c56b749c56e96 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 3 Oct 2020 18:43:16 +0100 Subject: [PATCH] 2.0.8 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index 4bc04628e53..5d5baafb7c6 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -95,7 +95,7 @@ class Webtrees public const SCHEMA_VERSION = 44; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-dev'; + public const STABILITY = ''; // Version number public const VERSION = '2.0.8' . self::STABILITY;