Ver código fonte

Version bump to 0.8.1

Justin Hileman 14 anos atrás
pai
commit
3f78fefcc2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Mustache.php

+ 1 - 1
Mustache.php

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