Skip to content

Commit

Permalink
Preparation for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Nov 1, 2015
1 parent af16c63 commit cfaa0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookshelf.js
Expand Up @@ -6,7 +6,7 @@ require('core-js/modules/es6.symbol');
* For all details and documentation:
* http://bookshelfjs.org
*
* version 0.8.2
* version 0.9.0
*
*/
module.exports = require('./lib/bookshelf').default;
2 changes: 1 addition & 1 deletion src/bookshelf.js
Expand Up @@ -26,7 +26,7 @@ import Errors from './errors';
*/
function Bookshelf(knex) {
let bookshelf = {
VERSION: '0.8.2'
VERSION: '0.9.0'
};

let range = '>=0.6.10 <0.9.0';
Expand Down

0 comments on commit cfaa0a0

Please sign in to comment.