From 09968bac856c38f6accd12a72b45b985d5bd91a0 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 16 Jan 2023 11:34:29 +0000 Subject: [PATCH] 2.1.16 --- app/Webtrees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Webtrees.php b/app/Webtrees.php index 63d867cce92..a54f93ae66c 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.15' . self::STABILITY; + public const VERSION = '2.1.16' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/';