diff --git a/lib/index.js b/lib/index.js index 1cad4a4..7789ee1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -3,7 +3,7 @@ */ var FastLegS = module.exports = function(db) { - this.version = '0.3.0'; + this.version = '0.3.1'; this.db = db || 'pg'; };