From 473a66abb4014fa88081b947e37fe016985786f5 Mon Sep 17 00:00:00 2001 From: motdotenv Date: Fri, 29 Nov 2024 22:42:49 +0000 Subject: [PATCH] v1.25.2 --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d905a6d..61b813d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.1 +1.25.2 diff --git a/install.sh b/install.sh index 8dfc6e6..6c03482 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.25.1" +VERSION="1.25.2" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"