Bump to v2.14.0, bump spec version to 1.2.2

This commit is contained in:
Justin Hileman
2021-12-14 09:42:05 -05:00
parent 63616440f7
commit 3ce0ee0ec1
+2 -2
View File
@@ -23,8 +23,8 @@
*/ */
class Mustache_Engine class Mustache_Engine
{ {
const VERSION = '2.13.0'; const VERSION = '2.14.0';
const SPEC_VERSION = '1.1.2'; const SPEC_VERSION = '1.2.2';
const PRAGMA_FILTERS = 'FILTERS'; const PRAGMA_FILTERS = 'FILTERS';
const PRAGMA_BLOCKS = 'BLOCKS'; const PRAGMA_BLOCKS = 'BLOCKS';