Skip to content

Commit

Permalink
Bump to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 19, 2011
1 parent a5ae597 commit 71924d9
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 @@ -1702,7 +1702,7 @@ component {
if ( !structKeyExists( variables.framework, 'subsystems' ) ) {
variables.framework.subsystems = { };
}
variables.framework.version = '2.0_RC2';
variables.framework.version = '2.0';
}

private void function setupRequestDefaults() {
Expand Down

0 comments on commit 71924d9

Please sign in to comment.