From fbcea210e3fcdb54416d9749cfb3a44d249b0804 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 13 Jun 2011 15:14:29 -0400 Subject: [PATCH] Version bump --- Mustache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mustache.php b/Mustache.php index ed27c59..33c9288 100644 --- a/Mustache.php +++ b/Mustache.php @@ -14,7 +14,7 @@ */ class Mustache { - const VERSION = '0.7.1-dev'; + const VERSION = '0.7.1'; /** * Should this Mustache throw exceptions when it finds unexpected tags?