Skip to content

Commit 7aeb1a9

Browse files
authored
chore: release 2.0.0-beta.10 (#360)
1 parent d4c0af0 commit 7aeb1a9

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ npm install -g @herodevs/cli@beta
3838
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:
3939

4040
```sh
41-
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/scripts/install.sh | bash
41+
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.10/scripts/install.sh | bash
4242
```
4343

4444
```sh
45-
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/scripts/install.sh | bash
45+
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.10/scripts/install.sh | bash
4646
```
4747

4848
## TERMS
@@ -71,7 +71,7 @@ $ npm install -g @herodevs/cli@beta
7171
$ hd COMMAND
7272
running command...
7373
$ hd (--version)
74-
@herodevs/cli/2.0.0-beta.9 darwin-arm64 node-v22.18.0
74+
@herodevs/cli/2.0.0-beta.10 darwin-arm64 node-v22.18.0
7575
$ hd --help [COMMAND]
7676
USAGE
7777
$ hd COMMAND
@@ -148,7 +148,7 @@ EXAMPLES
148148
$ hd scan eol --json
149149
```
150150

151-
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.9/src/commands/scan/eol.ts)_
151+
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.10/src/commands/scan/eol.ts)_
152152

153153
## `hd update [CHANNEL]`
154154

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.9",
3+
"version": "2.0.0-beta.10",
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.9"
38+
# LATEST_VERSION="v2.0.0-beta.10"
3939
DEBUG=${DEBUG:-}
4040

4141
# Colors for output

0 commit comments

Comments
 (0)