diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:32:11 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:41:49 +0100 |
| commit | 50a2c329ce530e2e571859d029401a8aeea00539 (patch) | |
| tree | 3bf7d69eed22f9ad67c90d09614fcdedab325b6d | |
| parent | 91323419ce396cf679ae76b5cf8c654490085042 (diff) | |
| download | webtrees-2.1.25.tar.gz webtrees-2.1.25.tar.bz2 webtrees-2.1.25.zip | |
2.1.252.1.25
| -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 cfcc4053dd..b5f84c8add 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.25' . self::STABILITY; |
