summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-12-25 07:58:51 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-12-25 07:58:51 +0000
commit9e0c35dd30b27012a805a218e71f2f312a1228af (patch)
tree0624f41ae7bfebeae63f762d40494de9a3541746 /app/Webtrees.php
parent5e3fe7ed9a7ca3d58f6269b3e3747cba8f07f223 (diff)
downloadwebtrees-9e0c35dd30b27012a805a218e71f2f312a1228af.tar.gz
webtrees-9e0c35dd30b27012a805a218e71f2f312a1228af.tar.bz2
webtrees-9e0c35dd30b27012a805a218e71f2f312a1228af.zip
2.1.152.1.15
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php2
1 files changed, 1 insertions, 1 deletions
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/';