From 01da22072c69f717b058572c2be0440c678a0abb Mon Sep 17 00:00:00 2001 From: aricart Date: Tue, 21 Feb 2023 09:37:21 -0400 Subject: [PATCH] [BUMP] 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 e9d6387a..f380315d 100644 --- a/src/deno_transport.ts +++ b/src/deno_transport.ts @@ -33,7 +33,7 @@ import { } from "../nats-base-client/internal_mod.ts"; import type { TlsOptions } from "../nats-base-client/types.ts"; -const VERSION = "1.12.0"; +const VERSION = "1.12.1"; const LANG = "nats.deno"; // if trying to simply write to the connection for some reason