Sfoglia il codice sorgente

Bump version to 2.1.0

Justin Hileman 13 anni fa
parent
commit
638ed9abc1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

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