summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 27e51e7a29..8a77cd4839 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -95,10 +95,10 @@ class Webtrees
public const SCHEMA_VERSION = 44;
// e.g. "-dev", "-alpha", "-beta", etc.
- public const STABILITY = '';
+ public const STABILITY = '-dev';
// Version number
- public const VERSION = '2.0.11' . self::STABILITY;
+ public const VERSION = '2.0.12' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';