diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-04-03 14:39:05 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-04-03 14:39:05 +0100 |
| commit | 7e2dedbb6a7f6b85c05aa517a7b19b737bafbb7b (patch) | |
| tree | dab4058aa0cde56f25d3fba61668cbb17fb1746c /app/Webtrees.php | |
| parent | 3fd3ea1d63c013027cc04b34f90d7d4f9b95928e (diff) | |
| download | webtrees-7e2dedbb6a7f6b85c05aa517a7b19b737bafbb7b.tar.gz webtrees-7e2dedbb6a7f6b85c05aa517a7b19b737bafbb7b.tar.bz2 webtrees-7e2dedbb6a7f6b85c05aa517a7b19b737bafbb7b.zip | |
2.1.0-beta.22.1.0-beta.2
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 bb782371f2..3c75395260 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -135,7 +135,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-beta.1'; + public const STABILITY = '-beta.2'; // Version number public const VERSION = '2.1.0' . self::STABILITY; |
