diff --git a/README.md b/README.md index b303ae0b..f39baff8 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ npm install -g @herodevs/cli HeroDevs CLI is available as a binary installation, without requiring `npm`. To do that, you may either download and run the script manually, or use the following cURL or Wget command: ```sh -curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.18/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.1/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.18/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.1/scripts/install.sh | bash ``` ## Scanning Behavior diff --git a/ci/image.Dockerfile b/ci/image.Dockerfile index 6f7a5601..e1a96681 100644 --- a/ci/image.Dockerfile +++ b/ci/image.Dockerfile @@ -3,7 +3,7 @@ ENV NODE_NO_WARNINGS=1 \ NPM_CONFIG_UPDATE_NOTIFIER=false \ NPM_CONFIG_LOGLEVEL=error WORKDIR /app -ARG VERSION=2.0.0 +ARG VERSION=2.0.1 USER root RUN npm install -g @herodevs/cli@${VERSION} COPY --chmod=755 ci/docker-entrypoint.sh /usr/local/bin/hd-entrypoint diff --git a/package-lock.json b/package-lock.json index 9dda6dfb..1acbaf0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.26", diff --git a/package.json b/package.json index bdbbc505..50e2a57b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0", + "version": "2.0.1", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 60c94f83..40c1a1d0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs" BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" -LATEST_VERSION="v2.0.0" +LATEST_VERSION="v2.0.1" DEBUG=${DEBUG:-} # Colors for output