prepare release 0.6 (#412)

This commit is contained in:
Kevin Papst
2018-11-18 20:45:00 +01:00
committed by GitHub
parent 321ac74b6a
commit 417675b3df
6 changed files with 56 additions and 5 deletions

View File

@@ -19,13 +19,13 @@ class Constants
*/
public const VERSION = 0.6;
/**
* The release name
* The release name, will only change for new major version
*/
public const NAME = 'Ayumi';
/**
* The current release status
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'dev';
public const STATUS = 'stable';
/**
* Used in multiple views
*/