Skip to content

Commit 297e234

Browse files
authored
chore: release v2.0.0-beta.13 (#410)
1 parent 487ad26 commit 297e234

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ npm install -g @herodevs/cli@beta
4343
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:
4444

4545
```sh
46-
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.12/scripts/install.sh | bash
46+
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13/scripts/install.sh | bash
4747
```
4848

4949
```sh
50-
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.12/scripts/install.sh | bash
50+
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.13/scripts/install.sh | bash
5151
```
5252

5353
## Scanning Behavior

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herodevs/cli",
3-
"version": "2.0.0-beta.12",
3+
"version": "2.0.0-beta.13",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BIN_DIR="$INSTALL_DIR/bin"
3535
GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases"
3636
TMP_DIR=""
3737
USE_BETA=true
38-
# LATEST_VERSION="v2.0.0-beta.12"
38+
# LATEST_VERSION="v2.0.0-beta.13"
3939
DEBUG=${DEBUG:-}
4040

4141
# Colors for output

0 commit comments

Comments
 (0)