Skip to content

Commit 6c1e464

Browse files
authored
Merge pull request #722 from nats-io/1_28_2
[BUMP] client/nbc version
2 parents 577b811 + 0d993a3 commit 6c1e464

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.28.1";
37+
const VERSION = "1.28.2";
3838
const LANG = "nats.deno";
3939

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)