diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-01-16 11:34:29 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-01-16 11:34:29 +0000 |
| commit | 09968bac856c38f6accd12a72b45b985d5bd91a0 (patch) | |
| tree | 73de6cd5204d7544d4ce56eb426ed5d12260b88f /app/Webtrees.php | |
| parent | fbab5855b2b3f1c9da421d78f4a4ef49089c9e62 (diff) | |
| download | webtrees-09968bac856c38f6accd12a72b45b985d5bd91a0.tar.gz webtrees-09968bac856c38f6accd12a72b45b985d5bd91a0.tar.bz2 webtrees-09968bac856c38f6accd12a72b45b985d5bd91a0.zip | |
2.1.162.1.16
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 63d867cce9..a54f93ae66 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.15' . self::STABILITY; + public const VERSION = '2.1.16' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
