From 643a33e5b5e6c2c19c2aaee813bf495b8c1ef1ce Mon Sep 17 00:00:00 2001 From: williamlardier Date: Tue, 3 Sep 2024 10:03:07 +0200 Subject: [PATCH] Bump project to 8.4.1 Issue: VLTCLT-47 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c7ef02..ed54c20 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=16" }, - "version": "8.4.0", + "version": "8.4.1", "description": "Client library and binary for Vault, the user directory and key management service", "main": "index.js", "repository": "scality/vaultclient",