Skip to content

Commit

Permalink
Hotpatch for #737
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Mar 13, 2015
1 parent ff82487 commit e6907d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knex.js
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
// Knex.js 0.6.22
// Knex.js 0.6.23
// --------------

// (c) 2014 Tim Griesser
Expand Down Expand Up @@ -77,7 77,7 @@ Knex.initialize = function(config) {

// The `__knex__` is used if you need to duck-type check whether this
// is a knex builder, without a full on `instanceof` check.
knex.VERSION = knex.__knex__ = '0.6.21';
knex.VERSION = knex.__knex__ = '0.6.23';
knex.raw = function(sql, bindings) {
var raw = new client.Raw(sql, bindings);
if (config.__transactor__) raw.transacting(config.__transactor__);
Expand Down

0 comments on commit e6907d6

Please sign in to comment.