diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-03-16 15:32:23 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-03-16 15:32:23 +0000 |
| commit | 6870fe34a1ea81f1e115ac0d22167ddcb03949fd (patch) | |
| tree | 68cd542ef9a14591ff21e796f685a2d7a59943f9 /app/Webtrees.php | |
| parent | 5bfc689774bb9a6401271c4ed15a6d50652c991b (diff) | |
| download | webtrees-6870fe34a1ea81f1e115ac0d22167ddcb03949fd.tar.gz webtrees-6870fe34a1ea81f1e115ac0d22167ddcb03949fd.tar.bz2 webtrees-6870fe34a1ea81f1e115ac0d22167ddcb03949fd.zip | |
2.1.0-beta.12.1.0-beta.1
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 e84984ea27..4f79e20723 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -134,7 +134,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-alpha.2'; + public const STABILITY = '-beta.1'; // Version number public const VERSION = '2.1.0' . self::STABILITY; |
