Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hudelmaier committed Jan 18, 2024
1 parent 02e15d4 commit c7b9e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Download the newest .deb package for your architecture from the [releases page](
Then:

```
sudo apt install ./checkson-cli_1.0.2_linux_amd64.deb
sudo apt install ./checkson-cli_1.0.16_linux_amd64.deb
```

### Snap
Expand All @@ -31,7 +31,7 @@ Download the newest .tar.gz file for your architecture from the [releases page](
Then:

```bash
tar xvzf checkson-cli_1.0.2_linux_amd64.tar.gz -C /tmp
tar xvzf checkson-cli_1.0.16_linux_amd64.tar.gz -C /tmp
sudo mv /tmp/checkson /usr/local/bin
```

Expand Down Expand Up @@ -87,6 +87,6 @@ This command line tool is partly based on [kafkactl](https://github.com/devicein
In order to release a new version, do the following:

```
git tag -a v1.0.2 -m "v1.0.2"
git push origin v1.0.2
git tag -a v1.0.16 -m "v1.0.16"
git push origin v1.0.16
```

0 comments on commit c7b9e64

Please sign in to comment.