summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-07-29 17:38:23 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-07-29 17:38:23 +0100
commit443106799b2e52aa56576cd7a0313e3f6afd85d2 (patch)
tree966d4d5aeff7f74cb3a61ccb6d676f67992d81ac /app/Webtrees.php
parentbce68eafb907bf54c8feebd70ae50edba07b7f7e (diff)
downloadwebtrees-443106799b2e52aa56576cd7a0313e3f6afd85d2.tar.gz
webtrees-443106799b2e52aa56576cd7a0313e3f6afd85d2.tar.bz2
webtrees-443106799b2e52aa56576cd7a0313e3f6afd85d2.zip
2.1.72.1.7
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 ef77848d90..6cf6a1bbe7 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -140,7 +140,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.7' . self::STABILITY;