Bump to v2.5.0

This commit is contained in:
Justin Hileman
2013-12-14 12:57:36 -08:00
parent a467124a46
commit bd2a1fa492
+1 -1
View File
@@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.4.1';
const VERSION = '2.5.0';
const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS';