From 306ea1e32de309cdafc3453c453dd0fc8fb51790 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Wed, 20 Sep 2023 15:18:15 -0500 Subject: [PATCH] [BUMP] client version --- src/deno_transport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deno_transport.ts b/src/deno_transport.ts index 61420b36..1f550285 100644 --- a/src/deno_transport.ts +++ b/src/deno_transport.ts @@ -34,7 +34,7 @@ import { Transport, } from "../nats-base-client/internal_mod.ts"; -const VERSION = "1.16.0"; +const VERSION = "1.17.0"; const LANG = "nats.deno"; const ReadBufferSize = 1024 * 256;