Bump to v2.9.0

This commit is contained in:
Justin Hileman
2015-08-15 12:18:51 -07:00
parent 1b1757987a
commit eff33aff4e
+1 -1
View File
@@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.8.0';
const VERSION = '2.9.0';
const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS';