Skip to content

Commit

Permalink
Merge pull request #227 from seancorfield/develop
Browse files Browse the repository at this point in the history
Prep for release candidate 2 (2.2_rc2).
  • Loading branch information
seancorfield committed Dec 2, 2013
2 parents 59b995a + e749135 commit 27c2082
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 @@ -2050,7 +2050,7 @@ component {
if ( !structKeyExists( variables.framework, 'trace' ) ) {
variables.framework.trace = false;
}
variables.framework.version = '2.2_snapshot';
variables.framework.version = '2.2_rc2';
setupFrameworkEnvironments();
}

Expand Down

0 comments on commit 27c2082

Please sign in to comment.