summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-07-04 12:44:52 +0100
committerGreg Roach <greg@subaqua.co.uk>2023-07-14 09:29:33 +0100
commitd33f9d2063a5e1aac52eadf3f6f96792a367dc0f (patch)
tree655243e9c5f7208fd7657fc6c5275ee7803bee87 /app/Webtrees.php
parent21a1dbbb9ab587668662cd271b60c0f1b21f7810 (diff)
downloadwebtrees-d33f9d2063a5e1aac52eadf3f6f96792a367dc0f.tar.gz
webtrees-d33f9d2063a5e1aac52eadf3f6f96792a367dc0f.tar.bz2
webtrees-d33f9d2063a5e1aac52eadf3f6f96792a367dc0f.zip
2.1.172.1.17
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 ea3b1c0cc0..8ba9764302 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.16' . self::STABILITY;
+ public const VERSION = '2.1.17' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';