Przeglądaj źródła

Bump to v2.14.1

Justin Hileman 3 lat temu
rodzic
commit
d36cd805c4
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.14.0';
+    const VERSION        = '2.14.1';
     const SPEC_VERSION   = '1.2.2';
 
     const PRAGMA_FILTERS      = 'FILTERS';