diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:45:39 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:45:39 +0100 |
| commit | 1f9ab8ec7720da68c23ecddaa5d7614e1a4fb224 (patch) | |
| tree | a99a10a5ad79a615d43bd4defe433f07bd916085 /app/Webtrees.php | |
| parent | 50a2c329ce530e2e571859d029401a8aeea00539 (diff) | |
| download | webtrees-1f9ab8ec7720da68c23ecddaa5d7614e1a4fb224.tar.gz webtrees-1f9ab8ec7720da68c23ecddaa5d7614e1a4fb224.tar.bz2 webtrees-1f9ab8ec7720da68c23ecddaa5d7614e1a4fb224.zip | |
2.1.25
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index b5f84c8add..76d2f4d7ad 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -142,10 +142,10 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = ''; + public const STABILITY = '-dev'; // Version number. - public const VERSION = '2.1.25' . self::STABILITY; + public const VERSION = '2.1.26' . self::STABILITY; // Project website. public const URL = 'https://webtrees.net/'; |
