Przeglądaj źródła

Merge branch 'release/2.11.0' into dev

Justin Hileman 9 lat temu
rodzic
commit
94a72ec3d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

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