diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-12-05 06:38:20 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-12-05 06:38:20 +0000 |
| commit | 2a18ba09d3fe32d6a7f53a9d5ed9e616daff3752 (patch) | |
| tree | 804f2287ee7bb5ac716d6ec738fbe0d07c418d20 /app/Webtrees.php | |
| parent | 9da27c12c73d94b51514f9ac2d927b4e78fdc7c6 (diff) | |
| download | webtrees-2a18ba09d3fe32d6a7f53a9d5ed9e616daff3752.tar.gz webtrees-2a18ba09d3fe32d6a7f53a9d5ed9e616daff3752.tar.bz2 webtrees-2a18ba09d3fe32d6a7f53a9d5ed9e616daff3752.zip | |
2.1.112.1.11
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index d6e3b9092e..9a6dc52fd4 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.10' . self::STABILITY; + public const VERSION = '2.1.11' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
