Skip to content

Commit

Permalink
Version 2.2 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 3, 2013
1 parent 3d771eb commit 0c65d8f
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 @@ -2045,7 +2045,7 @@ component {
if ( !structKeyExists( variables.framework, 'trace' ) ) {
variables.framework.trace = false;
}
variables.framework.version = '2.2_snapshot';
variables.framework.version = '2.2_rc1';
setupFrameworkEnvironments();
}

Expand Down

0 comments on commit 0c65d8f

Please sign in to comment.