fix major version in Environment

This commit is contained in:
Christian Flothmann
2019-03-25 12:40:05 +01:00
parent 37d4180766
commit cee2971024
+1 -1
View File
@@ -43,7 +43,7 @@ class Environment
{
const VERSION = '1.38.5-DEV';
const VERSION_ID = 13805;
const MAJOR_VERSION = 2;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 38;
const RELEASE_VERSION = 5;
const EXTRA_VERSION = 'DEV';