Skip to content

Commit aa5283e

Browse files
committed
[BUMP] deno and client version
1 parent 9cdf98f commit aa5283e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: CI
1717
strategy:
1818
matrix:
19-
deno-version: [1.43.1]
19+
deno-version: [1.43.5]
2020

2121
steps:
2222
- name: Git Checkout Deno Module

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

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)