bumped version to 1.3.0-DEV
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Sep 2011 09:30:08 +0000 (11:30 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Sep 2011 09:30:08 +0000 (11:30 +0200)
lib/Twig/Environment.php

index b91c80c..b4c28c7 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.2.0';
+    const VERSION = '1.3.0-DEV';
 
     protected $charset;
     protected $loader;