diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-05-21 22:29:30 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-05-21 22:29:30 +0100 |
| commit | 91cb8c15787fa445ae23b258e70be5725c169d5e (patch) | |
| tree | b068b261a7cfa530d3b1e39281c05dfacfa40104 /app/Webtrees.php | |
| parent | 154df5cf1cd988795d92de2a7bed3ed06e09b06b (diff) | |
| download | webtrees-91cb8c15787fa445ae23b258e70be5725c169d5e.tar.gz webtrees-91cb8c15787fa445ae23b258e70be5725c169d5e.tar.bz2 webtrees-91cb8c15787fa445ae23b258e70be5725c169d5e.zip | |
2.1.32.1.3
Diffstat (limited to 'app/Webtrees.php')
| -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 753fc00920..5d9246dd62 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -137,7 +137,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.3' . self::STABILITY; |
