From 9e0c35dd30b27012a805a218e71f2f312a1228af Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 25 Dec 2022 07:58:51 +0000 Subject: [PATCH] 2.1.15 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index c7c9f0792a..63d867cce9 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -143,7 +143,7 @@ class Webtrees public const STABILITY = ''; // Version number. - public const VERSION = '2.1.14' . self::STABILITY; + public const VERSION = '2.1.15' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/';