diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index fe99799..5e96e41 100644 --- a/src/Mustache/Engine.php +++ b/src/Mustache/Engine.php @@ -23,8 +23,8 @@ */ class Mustache_Engine { - const VERSION = '2.13.0'; - const SPEC_VERSION = '1.1.2'; + const VERSION = '2.14.0'; + const SPEC_VERSION = '1.2.2'; const PRAGMA_FILTERS = 'FILTERS'; const PRAGMA_BLOCKS = 'BLOCKS';