prepare release 1.8 (#1505)

This commit is contained in:
Kevin Papst
2020-03-01 14:25:59 +01:00
committed by GitHub
parent 8d3a305ec3
commit b8273c4441
8 changed files with 149 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
*/