updated version

This commit is contained in:
Fabien Potencier
2011-04-29 12:45:10 +02:00
parent e307cfab06
commit e4d457e55c
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.1.0-alpha';
const VERSION = '1.1.0-DEV';
protected $charset;
protected $loader;