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'; }