diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-07-29 11:24:47 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-07-29 11:24:47 +0100 |
| commit | d5e57f049ed9a06e887f3590f168d26caf6aa1be (patch) | |
| tree | 96ca770d240a080c3944e75e69ba906151652062 | |
| parent | da0ad4fae2e5bfbacafd0d4e3ec35e4fa2cc6d0e (diff) | |
| download | webtrees-2.1.23.tar.gz webtrees-2.1.23.tar.bz2 webtrees-2.1.23.zip | |
2.1.232.1.23
| -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 cf1136fcaf..21c5b68ed2 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.23' . self::STABILITY; |
