diff options
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 bb782371f2..3c75395260 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -135,7 +135,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-beta.1'; + public const STABILITY = '-beta.2'; // Version number public const VERSION = '2.1.0' . self::STABILITY; |
