diff --git a/VERSION b/VERSION index 84cc529..ec6d649 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0 +1.18.1 diff --git a/install.sh b/install.sh index 2110cca..ea80e49 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.18.0" +VERSION="1.18.1" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"