Skip to content

Commit 7766050

Browse files
committed
[REL] bumped client version
1 parent cfcfbb6 commit 7766050

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

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)