Skip to content

Commit

Permalink
[BUMP] bump nats-server and client version release (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 17, 2023
1 parent 5f283c2 commit 6ca26b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
deno-version: 1.30.3
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.17" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.18" >> $GITHUB_ENV
- name: Get nats-server
run: |
wget "https://github.com/nats-io/nats-server/releases/download/$NATS_VERSION/nats-server-$NATS_VERSION-linux-amd64.zip" -O tmp.zip
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nats",
"version": "2.15.0-0",
"version": "2.15.0",
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
"keywords": [
"nats",
Expand Down
2 changes: 1 addition & 1 deletion src/node_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { resolve } = require("path");
const { readFile, existsSync } = require("fs");
const dns = require("dns");

const VERSION = "2.15.0-0";
const VERSION = "2.15.0";
const LANG = "nats.js";

export class NodeTransport implements Transport {
Expand Down

0 comments on commit 6ca26b2

Please sign in to comment.