We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4e1e5 commit 81d0f07Copy full SHA for 81d0f07
src/deno_transport.ts
@@ -34,7 +34,7 @@ import {
34
Transport,
35
} from "../nats-base-client/internal_mod.ts";
36
37
-const VERSION = "1.29.2";
+const VERSION = "1.29.3";
38
const LANG = "nats.deno";
39
40
const ReadBufferSize = 1024 * 256;
0 commit comments