Ver Fonte

Merge branch 'release/2.7.0' into dev

Justin Hileman há 11 anos atrás
pai
commit
9dcd8590d1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -23,7 +23,7 @@
  */
 class Mustache_Engine
 {
-    const VERSION        = '2.6.1';
+    const VERSION        = '2.7.0';
     const SPEC_VERSION   = '1.1.2';
 
     const PRAGMA_FILTERS = 'FILTERS';