diff --git a/VERSION b/VERSION index 18b3114..1cac385 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.4 +1.11.0 diff --git a/install.sh b/install.sh index addeb5d..0cbc7d0 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.10.4" +VERSION="1.11.0" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"