summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-12-05 12:56:43 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-12-05 12:56:43 +0000
commit40eaba6ed33d87ad28940bc3d75303b0a1a5c9f3 (patch)
treeee9e41585995a62267b3539f6d3e9d7e91ca8a2e /app/Webtrees.php
parent5e515a933c9ae2f98579988d246cb7e681c0bfb0 (diff)
downloadwebtrees-40eaba6ed33d87ad28940bc3d75303b0a1a5c9f3.tar.gz
webtrees-40eaba6ed33d87ad28940bc3d75303b0a1a5c9f3.tar.bz2
webtrees-40eaba6ed33d87ad28940bc3d75303b0a1a5c9f3.zip
2.1.122.1.12
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 9a6dc52fd4..a7c5b1fdfc 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.11' . self::STABILITY;
+ public const VERSION = '2.1.12' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';