From da1c99ed0188b7237abbd1591c19bbd51ab0bfde Mon Sep 17 00:00:00 2001 From: motdotenv Date: Sat, 30 Nov 2024 01:00:28 +0000 Subject: [PATCH] v1.26.0 --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 61b813d..5ff8c4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.2 +1.26.0 diff --git a/install.sh b/install.sh index 6c03482..d79349b 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.25.2" +VERSION="1.26.0" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"