diff --git a/node/tenvoy.js b/node/tenvoy.js index 4cc880e3..94b6bd6c 100644 --- a/node/tenvoy.js +++ b/node/tenvoy.js @@ -16,7 +16,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sha256Ref = sha256) { Object.defineProperty(this, "version", { get: () => { - return "v7.0.5"; + return "v7.0.6"; } }); diff --git a/tenvoy.js b/tenvoy.js index 19be8cae..62ef0e05 100644 --- a/tenvoy.js +++ b/tenvoy.js @@ -46033,7 +46033,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sha256Ref = sha256) { Object.defineProperty(this, "version", { get: () => { - return "v7.0.5"; + return "v7.0.6"; } });