From 77660507870cc05f73c43f07b9e1c0b506d06c1c Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Thu, 9 May 2024 13:18:26 -0500 Subject: [PATCH] [REL] bumped 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 9a89fbac..20755364 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.24.0"; +const VERSION = "1.25.0"; const LANG = "nats.deno"; const ReadBufferSize = 1024 * 256;