Bump version for 2.4.0

This commit is contained in:
Justin Hileman
2013-07-17 22:23:40 -07:00
parent 1d21de63d6
commit 48cf4c178c
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
class Mustache_Engine class Mustache_Engine
{ {
const VERSION = '2.3.1'; const VERSION = '2.4.0';
const SPEC_VERSION = '1.1.2'; const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS'; const PRAGMA_FILTERS = 'FILTERS';