From 4ccd8eadfb86231a81d1eb3d181b6bcf17a8b7a4 Mon Sep 17 00:00:00 2001 From: motdotenv Date: Sat, 14 Dec 2024 05:30:28 +0000 Subject: [PATCH] v1.30.1 --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 034552a..7f3c3af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.0 +1.30.1 diff --git a/install.sh b/install.sh index 8c72078..d482583 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.30.0" +VERSION="1.30.1" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"