summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-11-22 21:43:48 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-11-22 21:43:48 +0000
commitba5ed68af9b80ed707d2c27484f4716c599b254a (patch)
tree9d8419e5da3cc352a37587cf2cb0158064374f87 /app/Webtrees.php
parent9bb0374334678cbd1d30667c49e9895a0a6a2ce4 (diff)
downloadwebtrees-ba5ed68af9b80ed707d2c27484f4716c599b254a.tar.gz
webtrees-ba5ed68af9b80ed707d2c27484f4716c599b254a.tar.bz2
webtrees-ba5ed68af9b80ed707d2c27484f4716c599b254a.zip
2.1.212.1.21
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index f713b11b4e..7fd99c6a83 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -141,7 +141,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.21' . self::STABILITY;