Skip to content

Commit 4eee80d

Browse files
committed
[BUMP] CI deps and version
1 parent eb06fad commit 4eee80d

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
@@ -30,7 +30,7 @@ jobs:
3030
deno-version: ${{ matrix.deno-version }}
3131

3232
- name: Set NATS Server Version
33-
run: echo "NATS_VERSION=v2.10.16" >> $GITHUB_ENV
33+
run: echo "NATS_VERSION=v2.10.17" >> $GITHUB_ENV
3434

3535
# this here because dns seems to be wedged on gha
3636
# - name: Add hosts to /etc/hosts

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

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)