summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-01-13 12:45:16 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-01-13 13:03:36 +0000
commitdd64b222174ae9dd21083f8c4551462c6b176595 (patch)
treeb02317bc612a0afcb21752df725eadfe307f130c
parent2de76a327318020950a9f325c18c19fa66c6e109 (diff)
downloadwebtrees-dd64b222174ae9dd21083f8c4551462c6b176595.tar.gz
webtrees-dd64b222174ae9dd21083f8c4551462c6b176595.tar.bz2
webtrees-dd64b222174ae9dd21083f8c4551462c6b176595.zip
2.1.262.1.26
-rw-r--r--app/Webtrees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 76d2f4d7ad..9daab426ff 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.26' . self::STABILITY;