summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-11-30 19:31:38 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-11-30 19:31:38 +0000
commit4d9bfa845ca463b3bc8d6e73c337401db2af61a5 (patch)
treeca441f8f647fe0d9b817a22688a35d93a540e775 /app/Webtrees.php
parent2a1457ea7eb6ac80cd1090ab084d465ee649c47e (diff)
downloadwebtrees-4d9bfa845ca463b3bc8d6e73c337401db2af61a5.tar.gz
webtrees-4d9bfa845ca463b3bc8d6e73c337401db2af61a5.tar.bz2
webtrees-4d9bfa845ca463b3bc8d6e73c337401db2af61a5.zip
2.1.92.1.9
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 cbdbb4bf2e..a09f985f67 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.8' . self::STABILITY;
+ public const VERSION = '2.1.9' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';