From ed62fc71afc952181913aa275d7a002a5178b2d6 Mon Sep 17 00:00:00 2001 From: Jens Claes <896093+entropitor@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:41:34 +0100 Subject: [PATCH] 7.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84776cc..7e465d7 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.0", + "version": "7.4.1", "author": "entropitor", "bin": { "dotenv": "./cli.js"