Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 2, 2014
1 parent 4b7a811 commit c2a92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/corfield/framework.cfc
Expand Up @@ -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();
}

Expand Down

0 comments on commit c2a92b4

Please sign in to comment.