Bump to v2.12.0

This commit is contained in:
Justin Hileman
2017-07-11 05:53:22 -07:00
parent 2540de2db2
commit 8c261cf50f
+1 -1
View File
@@ -23,7 +23,7 @@
*/
class Mustache_Engine
{
const VERSION = '2.11.1';
const VERSION = '2.12.0';
const SPEC_VERSION = '1.1.2';
const PRAGMA_FILTERS = 'FILTERS';