diff --git a/VERSION b/VERSION index 5ad2491..587c5f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.2 +1.10.3 diff --git a/install.sh b/install.sh index 60001e4..6ef2c72 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="1.10.2" +VERSION="1.10.3" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh"