prepare release 1.4 (#1154)

This commit is contained in:
Kevin Papst
2019-10-04 07:36:59 +02:00
committed by GitHub
parent e8c25d8ac5
commit 32aa209b75
6 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ class Constants
/**
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'dev';
public const STATUS = 'stable';
/**
* The software name
*/