diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-05-04 22:34:47 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-05-04 22:34:47 +0100 |
| commit | b268e2521dc33cbc4cc31f671fc8353154167e5b (patch) | |
| tree | a7e508a1ffa65ebe0515ced3e5c10df379e925a1 /app/Webtrees.php | |
| parent | aab915e3b17249d8c734f22b3bf5c7cf74efc85c (diff) | |
| download | webtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.tar.gz webtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.tar.bz2 webtrees-b268e2521dc33cbc4cc31f671fc8353154167e5b.zip | |
2.1.2
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 4 |
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/'; |
