From 30136d72b251828812ebf2f61ae368b405842b2d Mon Sep 17 00:00:00 2001 From: aricart Date: Mon, 4 Dec 2023 20:00:57 -0400 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 57439ffb..ac0a3c66 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.18.0"; +const VERSION = "1.19.0"; const LANG = "nats.deno"; const ReadBufferSize = 1024 * 256;