Bump version for 2.4.1

This commit is contained in:
Justin Hileman
2013-08-12 21:49:14 -07:00
parent f968f5fdcb
commit e3cbc253c3
+1 -1
View File
@@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.4.0';
const VERSION = '2.4.1';
const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS';