updated VERSION

This commit is contained in:
Fabien Potencier
2011-07-11 18:53:57 +02:00
parent 661e9c7ad2
commit 352923e605
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.1.0-RC3';
const VERSION = '1.1.1-DEV';
protected $charset;
protected $loader;