mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
fix major version in Environment
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user