Explorar el Código

Merge branch 'release/0.9.0' into dev

Justin Hileman hace 14 años
padre
commit
8e2c203127
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Mustache.php

+ 1 - 1
Mustache.php

@@ -14,7 +14,7 @@
  */
 class Mustache {
 
-	const VERSION      = '0.8.1';
+	const VERSION      = '0.9.0';
 	const SPEC_VERSION = '1.1.2';
 
 	/**