From 3500b42bc0b2f37b2eb819c6783b9a9c05d44dd4 Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Tue, 4 Nov 2025 15:59:37 -0500 Subject: [PATCH] chore: release v2.0.0-beta.13 --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/install.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9b3a44cc..890619db 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ npm install -g @herodevs/cli@beta 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.12/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.12/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13/scripts/install.sh | bash ``` ## Scanning Behavior diff --git a/package-lock.json b/package-lock.json index f659a102..90be4ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.12", + "version": "2.0.0-beta.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.12", + "version": "2.0.0-beta.13", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.20", diff --git a/package.json b/package.json index deff0fbf..565b0e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.12", + "version": "2.0.0-beta.13", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 73b78983..db96a2ef 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -35,7 +35,7 @@ BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" USE_BETA=true -# LATEST_VERSION="v2.0.0-beta.12" +# LATEST_VERSION="v2.0.0-beta.13" DEBUG=${DEBUG:-} # Colors for output