summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-07-29 11:27:18 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-07-29 11:27:18 +0100
commitcbea36b5759eb739d871c0bc31dcfb2b360df280 (patch)
tree99a4abfd509c55e62810b40a8ebc4ca857e3243c
parentd5e57f049ed9a06e887f3590f168d26caf6aa1be (diff)
downloadwebtrees-cbea36b5759eb739d871c0bc31dcfb2b360df280.tar.gz
webtrees-cbea36b5759eb739d871c0bc31dcfb2b360df280.tar.bz2
webtrees-cbea36b5759eb739d871c0bc31dcfb2b360df280.zip
2.1.23
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 21c5b68ed2..aa8f323d10 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.23' . self::STABILITY;
+ public const VERSION = '2.1.24' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';