Skip to content

Commit

Permalink
[BUMP] client version
Browse files Browse the repository at this point in the history
[CI] bump nats-server version
  • Loading branch information
aricart committed Jun 20, 2024
1 parent f97ce41 commit 8a89646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.43.5]
deno-version: [1.44.4]

steps:
- name: Git Checkout Deno Module
Expand All @@ -30,7 +30,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.10.14" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.10.16" >> $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.26.0";
const VERSION = "1.27.0";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit 8a89646

Please sign in to comment.