Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Aug 23, 2024
1 parent 0b203e7 commit 329e026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ You need to install these dependencies first:
##### Intel / x86

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.2/hetzner-k3s-macos-amd64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.3/hetzner-k3s-macos-amd64
chmod +x hetzner-k3s-macos-amd64
sudo mv hetzner-k3s-macos-amd64 /usr/local/bin/hetzner-k3s
```

##### Apple Silicon / ARM

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.2/hetzner-k3s-macos-arm64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.3/hetzner-k3s-macos-arm64
chmod +x hetzner-k3s-macos-arm64
sudo mv hetzner-k3s-macos-arm64 /usr/local/bin/hetzner-k3s
```
Expand All @@ -52,15 +52,15 @@ sudo mv hetzner-k3s-macos-arm64 /usr/local/bin/hetzner-k3s
#### amd64

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.2/hetzner-k3s-linux-amd64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.3/hetzner-k3s-linux-amd64
chmod +x hetzner-k3s-linux-amd64
sudo mv hetzner-k3s-linux-amd64 /usr/local/bin/hetzner-k3s
```

#### arm

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.2/hetzner-k3s-linux-arm64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.3/hetzner-k3s-linux-arm64
chmod +x hetzner-k3s-linux-arm64
sudo mv hetzner-k3s-linux-arm64 /usr/local/bin/hetzner-k3s
```
Expand Down
2 changes: 1 addition & 1 deletion src/hetzner-k3s.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "./cluster/upgrade"

module Hetzner::K3s
class CLI < Admiral::Command
VERSION = "2.0.3"
VERSION = "2.0.4"

class Create < Admiral::Command
define_help description: "create - Create a cluster"
Expand Down

0 comments on commit 329e026

Please sign in to comment.