We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb06fad commit 4eee80dCopy full SHA for 4eee80d
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
deno-version: ${{ matrix.deno-version }}
31
32
- name: Set NATS Server Version
33
- run: echo "NATS_VERSION=v2.10.16" >> $GITHUB_ENV
+ run: echo "NATS_VERSION=v2.10.17" >> $GITHUB_ENV
34
35
# this here because dns seems to be wedged on gha
36
# - name: Add hosts to /etc/hosts
src/deno_transport.ts
@@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";
37
-const VERSION = "1.27.0";
+const VERSION = "1.28.0";
38
const LANG = "nats.deno";
39
40
const ReadBufferSize = 1024 * 256;
0 commit comments