Skip to content

Commit

Permalink
Merge pull request #549 from nats-io/prep-release
Browse files Browse the repository at this point in the history
[CI] nats-server bump
  • Loading branch information
aricart committed Jun 22, 2023
2 parents 747dd38 + 5d7614d commit d89c61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.17" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.19" >> $GITHUB_ENV

# this here because dns seems to be wedged on gha
# - name: Add hosts to /etc/hosts
Expand Down
2 changes: 1 addition & 1 deletion src/deno_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";

const VERSION = "1.15.0";
const VERSION = "1.15.1";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit d89c61c

Please sign in to comment.