Bläddra i källkod

Bump to v2.3.0

Justin Hileman 12 år sedan
förälder
incheckning
0f1fc69e5c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

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