diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-11 08:56:38 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-11 08:56:38 +0000 |
| commit | 2596f688012604fc8269a6ef37b91791938c4fa6 (patch) | |
| tree | a20c841b912d386a99669d263810c84e3ddc53ae | |
| parent | 9d173e094e5b348a433a5b110540119c0721061a (diff) | |
| download | webtrees-2596f688012604fc8269a6ef37b91791938c4fa6.tar.gz webtrees-2596f688012604fc8269a6ef37b91791938c4fa6.tar.bz2 webtrees-2596f688012604fc8269a6ef37b91791938c4fa6.zip | |
2.0.122.0.12
| -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 03ac50083b..abd2475268 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -96,7 +96,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.0.12' . self::STABILITY; |
