mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Bump version
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 3.2.1 (2021-XX-XX)
|
||||
|
||||
* n/a
|
||||
|
||||
# 3.2.0 (2021-01-05)
|
||||
|
||||
* Add the Cache extension in the "extra" repositories: "cache" tag
|
||||
|
||||
+4
-4
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '3.2.0';
|
||||
const VERSION_ID = 30200;
|
||||
const VERSION = '3.2.1-DEV';
|
||||
const VERSION_ID = 30201;
|
||||
const MAJOR_VERSION = 3;
|
||||
const MINOR_VERSION = 2;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = '';
|
||||
const RELEASE_VERSION = 1;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user