prepare release 0.6 (#412)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user