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 abd2475268..d94f4b6777 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -96,10 +96,10 @@ class Webtrees
public const SCHEMA_VERSION = 45;
// e.g. "-dev", "-alpha", "-beta", etc.
- public const STABILITY = '';
+ public const STABILITY = '-dev';
// Version number
- public const VERSION = '2.0.12' . self::STABILITY;
+ public const VERSION = '2.0.13' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';