Skip to content

Commit bb85dcf

Browse files
authored
chore: release 2.0.4 (#529)
1 parent 8ead0cf commit bb85dcf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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
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.2/scripts/install.sh | bash
46+
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.4/scripts/install.sh | bash
4747
```
4848

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

5353
## Scanning Behavior

ci/image.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ENV NODE_NO_WARNINGS=1 \
33
NPM_CONFIG_UPDATE_NOTIFIER=false \
44
NPM_CONFIG_LOGLEVEL=error
55
WORKDIR /app
6-
ARG VERSION=2.0.2
6+
ARG VERSION=2.0.4
77
USER root
88
RUN npm install -g @herodevs/cli@${VERSION}
99
COPY --chmod=755 ci/docker-entrypoint.sh /usr/local/bin/hd-entrypoint

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.2",
3+
"version": "2.0.4",
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
@@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs"
3232
BIN_DIR="$INSTALL_DIR/bin"
3333
GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases"
3434
TMP_DIR=""
35-
LATEST_VERSION="v2.0.2"
35+
LATEST_VERSION="v2.0.4"
3636
DEBUG=${DEBUG:-}
3737

3838
# Colors for output

0 commit comments

Comments
 (0)