added command to create release packages (for FTP user) (#642)

This commit is contained in:
Kevin Papst
2019-03-18 11:57:26 +01:00
committed by GitHub
parent bde791fa55
commit 50318a8fc5
5 changed files with 162 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ class Constants
/**
* The current release version
*/
public const VERSION = '0.8.1';
public const VERSION = '0.9';
/**
* The release name, will only change for new major version
*/
@@ -29,7 +29,7 @@ class Constants
/**
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'stable';
public const STATUS = 'dev';
/**
* Used in multiple views
*/