From a39e6ea14f4063e411eb463507f7ae3ca3b46a6d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 16 Jun 2023 13:08:36 +0000 Subject: [PATCH] v4.0.0 --- package.json | 2 +- src/details.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e45b4a06..2d65f24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unleash-client", - "version": "4.0.0-beta.0", + "version": "4.0.0", "description": "Unleash Client for Node", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/src/details.json b/src/details.json index 7032963e..8fb99256 100644 --- a/src/details.json +++ b/src/details.json @@ -1 +1 @@ -{"name":"unleash-client-node","version":"4.0.0-beta.0","sdkVersion":"unleash-client-node:4.0.0-beta.0"} \ No newline at end of file +{"name":"unleash-client-node","version":"4.0.0","sdkVersion":"unleash-client-node:4.0.0"} \ No newline at end of file