Răsfoiți Sursa

Merge branch 'release/2.14.0'

Justin Hileman 4 ani în urmă
părinte
comite
4e2724dd40
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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';