From 53e37b6d7bca5a766336637f9a3be0beefb5733c Mon Sep 17 00:00:00 2001 From: Brian Tai Date: Wed, 13 Mar 2019 15:55:24 -0700 Subject: [PATCH] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e09245efc..72789a8a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg", - "version": "6.4.2", + "version": "6.4.3", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ "postgres", @@ -44,4 +44,4 @@ "engines": { "node": ">= 0.8.0" } -} +} \ No newline at end of file