Skip to content

Commit

Permalink
Correct version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 3, 2013
1 parent 9f52994 commit b32161f
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 @@ -1201,7 +1201,7 @@
if ( not structKeyExists( variables.framework, 'cacheFileExists' ) ) {
variables.framework.cacheFileExists = false;
}
variables.framework.version = '1.2';
variables.framework.version = '1.3';
}

function setupRequestDefaults() { // "private"
Expand Down

0 comments on commit b32161f

Please sign in to comment.