Explorar el Código

Merge branch 'release/2.14.0'

Justin Hileman hace 4 años
padre
commit
4e2724dd40
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Mustache/Engine.php

+ 2 - 2
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';