Skip to content

Commit

Permalink
Merge pull request #700 from nats-io/1_26_0
Browse files Browse the repository at this point in the history
[BUMP] deno and client version
  • Loading branch information
aricart committed May 20, 2024
2 parents 9cdf98f + aa5283e commit 8b52908
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 @@ -16,7 +16,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.43.1]
deno-version: [1.43.5]

steps:
- name: Git Checkout Deno Module
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.25.0";
const VERSION = "1.26.0";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit 8b52908

Please sign in to comment.