summaryrefslogtreecommitdiff
path: root/app/Webtrees.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-05-04 22:34:47 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-05-04 22:34:47 +0100
commitb268e2521dc33cbc4cc31f671fc8353154167e5b (patch)
treea7e508a1ffa65ebe0515ced3e5c10df379e925a1 /app/Webtrees.php
parentaab915e3b17249d8c734f22b3bf5c7cf74efc85c (diff)
downloadwebtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.tar.gz
webtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.tar.bz2
webtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.zip
2.1.2
Diffstat (limited to 'app/Webtrees.php')
-rw-r--r--app/Webtrees.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php
index 0789b8f5d2..6d37ba0913 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -135,10 +135,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.1.2' . self::STABILITY;
+ public const VERSION = '2.1.3' . self::STABILITY;
// Project website.
public const URL = 'https://webtrees.net/';