Skip to content

Commit

Permalink
Bump version to 2.2 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 18, 2013
1 parent 5db30d8 commit 8aa923d
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 @@ -2055,7 +2055,7 @@ component {
if ( !structKeyExists( variables.framework, 'trace' ) ) {
variables.framework.trace = false;
}
variables.framework.version = '2.2_snapshot';
variables.framework.version = '2.2';
setupFrameworkEnvironments();
}

Expand Down

0 comments on commit 8aa923d

Please sign in to comment.