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
+1 -1
View File
@@ -24,7 +24,7 @@
class Mustache_Engine
{
const VERSION = '2.14.2';
const SPEC_VERSION = '1.2.2';
const SPEC_VERSION = '1.3.0';
const PRAGMA_FILTERS = 'FILTERS';
const PRAGMA_BLOCKS = 'BLOCKS';
Vendored
+1 -1