From c2a92b4dc2ce906d62244e213fb07746873b8d3a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 1 May 2014 18:57:18 -0700 Subject: [PATCH] Bump version to 2.2.1 --- org/corfield/framework.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/corfield/framework.cfc b/org/corfield/framework.cfc index a43fcdde..da59d365 100755 --- a/org/corfield/framework.cfc +++ b/org/corfield/framework.cfc @@ -2055,7 +2055,7 @@ component { if ( !structKeyExists( variables.framework, 'trace' ) ) { variables.framework.trace = false; } - variables.framework.version = '2.2'; + variables.framework.version = '2.2.1'; setupFrameworkEnvironments(); }