Skip to content

Commit

Permalink
Merge pull request #600 from nats-io/bump-version
Browse files Browse the repository at this point in the history
[BUMP] client version
  • Loading branch information
aricart committed Sep 20, 2023
2 parents ecdef4f + 306ea1e commit 5d15adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deno_transport.ts
Expand Up @@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";

const VERSION = "1.16.0";
const VERSION = "1.17.0";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit 5d15adc

Please sign in to comment.