Update to v1.3.0 Mustache spec.

This commit is contained in:
Justin Hileman
2022-08-23 09:12:16 -04:00
parent 93f824d09a
commit 30853456a5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
*/ */
class Mustache_Engine class Mustache_Engine
{ {
const VERSION = '2.14.2'; const VERSION = '2.14.2';
const SPEC_VERSION = '1.2.2'; const SPEC_VERSION = '1.3.0';
const PRAGMA_FILTERS = 'FILTERS'; const PRAGMA_FILTERS = 'FILTERS';
const PRAGMA_BLOCKS = 'BLOCKS'; const PRAGMA_BLOCKS = 'BLOCKS';
Vendored
+1 -1