release 1.11 (#2063)

This commit is contained in:
Kevin Papst
2020-10-26 12:55:24 +01:00
committed by GitHub
parent 6db21d7b34
commit e24c647b18
4 changed files with 11 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
*/