Skip to content

Commit 0664232

Browse files
authored
Merge pull request #720 from nats-io/1_28_1
[BUMP] version to 1.28.1
2 parents f1bb61f + de4c3d9 commit 0664232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deno_transport.ts

Lines changed: 1 addition & 1 deletion
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.0";
37+
const VERSION = "1.28.1";
3838
const LANG = "nats.deno";
3939

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)