From 417b139d8691b56b1d302a43c12d6f42f81e3adc Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 3 Apr 2012 22:00:01 -0700 Subject: [PATCH] Version bump (v1.1.0) --- Mustache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mustache.php b/Mustache.php index 5cfe409..18236aa 100644 --- a/Mustache.php +++ b/Mustache.php @@ -14,7 +14,7 @@ */ class Mustache { - const VERSION = '1.0.0'; + const VERSION = '1.1.0'; const SPEC_VERSION = '1.1.2'; /**