diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-12-04 20:05:39 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-12-04 20:05:39 +0000 |
| commit | 22006fb948449920bcb7c40cfd4d73ea1fe7c6da (patch) | |
| tree | bb7215bdc5ebc02861af64f6305fffdb87795ca9 /app/Webtrees.php | |
| parent | cc959719dd5244f0b9139d1a42b2378a327fe8cc (diff) | |
| download | webtrees-22006fb948449920bcb7c40cfd4d73ea1fe7c6da.tar.gz webtrees-22006fb948449920bcb7c40cfd4d73ea1fe7c6da.tar.bz2 webtrees-22006fb948449920bcb7c40cfd4d73ea1fe7c6da.zip | |
2.1.102.1.10
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 a09f985f67..d6e3b9092e 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.9' . self::STABILITY; + public const VERSION = '2.1.10' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
