Skip to content

Commit

Permalink
[BUMP] transport to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Dec 19, 2022
1 parent e1c127e commit 6f51f12
Showing 1 changed file with 1 addition and 1 deletion.
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.10.0-0";
const VERSION = "2.10.0";
const LANG = "nats.js";

export class NodeTransport implements Transport {
Expand Down

0 comments on commit 6f51f12

Please sign in to comment.