mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 14:36:52 +00:00
Prepare the 3.14.1 release
This commit is contained in:
+3
-3
@@ -43,11 +43,11 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
public const VERSION = '3.14.0';
|
||||
public const VERSION_ID = 31400;
|
||||
public const VERSION = '3.14.1';
|
||||
public const VERSION_ID = 31401;
|
||||
public const MAJOR_VERSION = 3;
|
||||
public const MINOR_VERSION = 14;
|
||||
public const RELEASE_VERSION = 0;
|
||||
public const RELEASE_VERSION = 1;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
|
||||
Reference in New Issue
Block a user