From 5177620a2be1ce68e130dc5429b90a271db005ed Mon Sep 17 00:00:00 2001 From: Jens Claes <896093+entropitor@users.noreply.github.com> Date: Tue, 7 May 2024 15:28:11 +0200 Subject: [PATCH] 7.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 618ba08..3ad9bff 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.2", + "version": "7.4.3", "author": "entropitor", "bin": { "dotenv": "./cli.js"