From 4fc25eef4753ef26cc08008eb13ce03760b0abae Mon Sep 17 00:00:00 2001 From: Jens Claes <896093+entropitor@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:26:28 +0100 Subject: [PATCH] v7.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6fa9e1..84776cc 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.3.0", + "version": "7.4.0", "author": "entropitor", "bin": { "dotenv": "./cli.js"