From 78ba43b181266b6100643cb4028c44caa97c99c4 Mon Sep 17 00:00:00 2001 From: noisebleed Date: Mon, 17 Sep 2012 20:29:19 +0100 Subject: [PATCH] Bump version to 1.1.0 --- SmartyBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartyBundle.php b/SmartyBundle.php index 2f84aa3..982c66c 100644 --- a/SmartyBundle.php +++ b/SmartyBundle.php @@ -39,7 +39,7 @@ */ class SmartyBundle extends Bundle { - const VERSION = '1.0.0-DEV'; + const VERSION = '1.1.0'; public function build(ContainerBuilder $container) {