bumped version to 1.3.0-DEV

This commit is contained in:
Fabien Potencier
2011-09-22 11:30:08 +02:00
parent 4a5057997d
commit a7fdec2383
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.2.0';
const VERSION = '1.3.0-DEV';
protected $charset;
protected $loader;