Skip to content

Commit 81d0f07

Browse files
committed
bump client version
Signed-off-by: Alberto Ricart <[email protected]>
1 parent fa4e1e5 commit 81d0f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deno_transport.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
Transport,
3535
} from "../nats-base-client/internal_mod.ts";
3636

37-
const VERSION = "1.29.2";
37+
const VERSION = "1.29.3";
3838
const LANG = "nats.deno";
3939

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)