From 0d993a33d0a8fd51838f1ea320cde0b460a3b40e Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Tue, 30 Jul 2024 10:25:04 -0500 Subject: [PATCH] [BUMP] client/nbc 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 8ff8fa59..a0cddf23 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.28.1"; +const VERSION = "1.28.2"; const LANG = "nats.deno"; const ReadBufferSize = 1024 * 256;