From 1b7937fe5ca3386ac506ce73676f6dafa8022778 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 20 Aug 2013 19:07:16 -0700 Subject: [PATCH] Bump version to 0.4.9 --- ioc.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc.cfc b/ioc.cfc index 63e82ac..2ddced0 100644 --- a/ioc.cfc +++ b/ioc.cfc @@ -607,7 +607,7 @@ component { throw 'singletonPattern and transientPattern are mutually exclusive'; } - variables.config.version = '0.4.8'; + variables.config.version = '0.4.9'; }