Skip to content

Commit

Permalink
Version bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AiOO committed Apr 23, 2024
1 parent 27db9fa commit c2a3af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Docker Compose 환경 설정을 활용하면 5분 안에 Hops를 바로 실행
실행해보세요.

```console
$ bash <(curl -fsSL https://github.com/hopsoffice/hops-self-hosted/releases/download/0.3/download.sh)
$ bash <(curl -fsSL https://github.com/hopsoffice/hops-self-hosted/releases/download/0.4/download.sh)
```

## 준비사항
Expand Down
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
tmp=$(mktemp -d)
version="0.3"
version="0.4"
echo "[I] Downloading hops-self-hosted..."
curl -sL "https://github.com/hopsoffice/hops-self-hosted/releases/download/$version/releases$version.tar.gz" > "$tmp/releases$version.tar.gz"
tar xfz "$tmp/releases$version.tar.gz"
Expand Down

0 comments on commit c2a3af0

Please sign in to comment.