prepare release 1.10 (#1837)

This commit is contained in:
Kevin Papst
2020-07-21 17:07:40 +02:00
committed by GitHub
parent 12e348544d
commit ecea92942c
6 changed files with 29 additions and 17 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
*/