From a8a3f3c9f182ef2fca96d8e90da296415947ca7c Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 18 Nov 2014 14:35:07 -0500 Subject: [PATCH] Update version of pg-native --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdc378b7..4644d238 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "async": "0.9.0", "jshint": "2.5.2" }, - "minNativeVersion": "1.6.0", + "minNativeVersion": "1.7.0", "scripts": { "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v", "test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"