Selaa lähdekoodia

Bump to v2.14.2

Justin Hileman 3 vuotta sitten
vanhempi
sitoutus
aaff0a8bed
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -23,7 +23,7 @@
  */
 class Mustache_Engine
 {
-    const VERSION        = '2.14.1';
+    const VERSION        = '2.14.2';
     const SPEC_VERSION   = '1.2.2';
 
     const PRAGMA_FILTERS      = 'FILTERS';