From 8350d8782cc2b7631e5ce6dfb8a1f8ebbfbd5990 Mon Sep 17 00:00:00 2001 From: Jens Claes <896093+entropitor@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:52:48 +0100 Subject: [PATCH] 7.4.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a1cc4a..e94698f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dotenv-cli", "description": "A global executable to run applications with the ENV variables loaded by dotenv", - "version": "7.4.3", + "version": "7.4.4", "author": "entropitor", "bin": { "dotenv": "./cli.js"