bump version number for development (#375)

This commit is contained in:
Kevin Papst
2018-10-25 22:27:43 +02:00
committed by GitHub
parent 6633c550f5
commit 55aedcd4a8
7 changed files with 37 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ class Constants
/**
* The current release version
*/
public const VERSION = 0.5;
public const VERSION = 0.6;
/**
* The release name
*/
@@ -25,7 +25,7 @@ class Constants
/**
* The current release status
*/
public const STATUS = 'stable';
public const STATUS = 'dev';
/**
* Used in multiple views
*/