diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-06-18 14:33:18 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-06-18 14:33:18 +0100 |
| commit | 60c703e3f4a36a1feb58f8cc29a81ef1daba4376 (patch) | |
| tree | 38a5c81b8f0a0761d7d135f16ca6ce0537878681 | |
| parent | 813bb7336a2d0aad8bd87493341e3afa5f6856b5 (diff) | |
| download | webtrees-60c703e3f4a36a1feb58f8cc29a81ef1daba4376.tar.gz webtrees-60c703e3f4a36a1feb58f8cc29a81ef1daba4376.tar.bz2 webtrees-60c703e3f4a36a1feb58f8cc29a81ef1daba4376.zip | |
2.0.62.0.6
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index 2f25abdd98..db3bf7774c 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -95,7 +95,7 @@ class Webtrees public const SCHEMA_VERSION = 44; // e.g. "dev", "alpha", "beta", etc. - public const STABILITY = 'dev'; + public const STABILITY = ''; // Version number public const VERSION = '2.0.6' . (self::STABILITY === '' ? '' : '-') . self::STABILITY; |
