summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Webtrees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index e84984ea27..4f79e20723 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -134,7 +134,7 @@ class Webtrees
public const SCHEMA_VERSION = 45;
// e.g. "-dev", "-alpha", "-beta", etc.
- public const STABILITY = '-alpha.2';
+ public const STABILITY = '-beta.1';
// Version number
public const VERSION = '2.1.0' . self::STABILITY;