summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-06-18 14:39:35 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-06-18 14:39:35 +0100
commit114c21d7c546f81c30809a4a1d6279983b00a0d4 (patch)
tree1eab3f42e5f01c85ef2ba2e7afd9f60c172fee7a
parent60c703e3f4a36a1feb58f8cc29a81ef1daba4376 (diff)
downloadwebtrees-114c21d7c546f81c30809a4a1d6279983b00a0d4.tar.gz
webtrees-114c21d7c546f81c30809a4a1d6279983b00a0d4.tar.bz2
webtrees-114c21d7c546f81c30809a4a1d6279983b00a0d4.zip
2.0.6
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index db3bf7774c..a248744d4c 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.6' . (self::STABILITY === '' ? '' : '-') . self::STABILITY;
+ public const VERSION = '2.0.7' . (self::STABILITY === '' ? '' : '-') . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';