Skip to content

Commit

Permalink
Bump version after setLayout() fix from Chris Blackwell
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 18, 2013
1 parent f3c2a86 commit 54dd08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/corfield/framework.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ component {
if ( !structKeyExists( variables.framework, 'trace' ) ) {
variables.framework.trace = false;
}
variables.framework.version = '2.1';
variables.framework.version = '2.1.1';
setupFrameworkEnvironments();
}

Expand Down

0 comments on commit 54dd08f

Please sign in to comment.