From 05483bde2b64c8a15bbd55b9f81257dd9bd3ae3f Mon Sep 17 00:00:00 2001 From: bombillazo Date: Sat, 17 Feb 2024 23:44:08 -0400 Subject: [PATCH] chore: bump version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 10162a4..51a2bcf 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "lock": false, "name": "@bartlomieju/postgres", - "version": "0.18.1", + "version": "0.19.0", "exports": "./mod.ts" }