summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-04-10 14:17:06 +0100
committerGreg Roach <greg@subaqua.co.uk>2024-04-10 14:17:13 +0100
commitaee3f14f969eb703b4b54309fc269fbb1fed8422 (patch)
tree6bdf3ade9c3e0d67bf41947494122190f8a652f8 /app/Webtrees.php
parent8c422f97d4b5ecb17c51d34138ac113766c02a6a (diff)
downloadwebtrees-aee3f14f969eb703b4b54309fc269fbb1fed8422.tar.gz
webtrees-aee3f14f969eb703b4b54309fc269fbb1fed8422.tar.bz2
webtrees-aee3f14f969eb703b4b54309fc269fbb1fed8422.zip
Update version for next release
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 309ebfecb7..eb8ca732a0 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -140,10 +140,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.20' . self::STABILITY;
+ public const VERSION = '2.1.21' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';