diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-04-08 21:07:33 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-04-08 21:30:18 +0100 |
| commit | a89fc5c14400055bfa2c9ca0aa0573c881896c6a (patch) | |
| tree | 05f400f3194848e98dabd8c4f225c7b442269d0b /app/Webtrees.php | |
| parent | ff7a2736b7063303df245285319532c674cf7e43 (diff) | |
| download | webtrees-a89fc5c14400055bfa2c9ca0aa0573c881896c6a.tar.gz webtrees-a89fc5c14400055bfa2c9ca0aa0573c881896c6a.tar.bz2 webtrees-a89fc5c14400055bfa2c9ca0aa0573c881896c6a.zip | |
2.1.202.1.20
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 1cdaafebc0..309ebfecb7 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -140,7 +140,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-dev'; + public const STABILITY = ''; // Version number. public const VERSION = '2.1.20' . self::STABILITY; |
