diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-07-30 13:04:24 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-07-30 13:04:24 +0100 |
| commit | 40376f5f9f9ce7ffd34c5b9e34703514777eaab1 (patch) | |
| tree | a04160a5633ce2fdd405c335093be7af7ecc852e | |
| parent | 838a13e8eeffb9d0f48d536646bf2db714c47197 (diff) | |
| download | webtrees-40376f5f9f9ce7ffd34c5b9e34703514777eaab1.tar.gz webtrees-40376f5f9f9ce7ffd34c5b9e34703514777eaab1.tar.bz2 webtrees-40376f5f9f9ce7ffd34c5b9e34703514777eaab1.zip | |
2.1.242.1.24
| -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 aa8f323d10..6abd30ae25 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -142,7 +142,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.24' . self::STABILITY; |
