bump version to 1.3 (#1102)

This commit is contained in:
Kevin Papst
2019-09-12 00:36:48 +02:00
committed by GitHub
parent 7f1a206a52
commit 8f2b82b832
4 changed files with 9 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.2';
public const VERSION = '1.3';
/**
* The release name, will only change for new major version
*/