Skip to content

Commit

Permalink
Update version to 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 6, 2023
1 parent 93a2c43 commit 2c032a1
Show file tree
Hide file tree
Showing 4 changed files with 1,355 additions and 1,404 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ plugins {

/* ******************** metadata ******************** */

val prevVersion = "4.21.0"
version = "4.22.0"
val prevVersion = "4.22.0"
version = "4.23.0"
group = "com.hivemq"
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
"publishing, subscribing, unsubscribing and disconnecting " +
Expand Down
8 changes: 4 additions & 4 deletions docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ hosts file.

## Windows Zip

Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.22.0/mqtt-cli-4.22.0-win.zip) and
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.23.0/mqtt-cli-4.23.0-win.zip) and
extract it in your preferred location.
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
Expand All @@ -72,8 +72,8 @@ package from the [releases page](https://github.com/hivemq/mqtt-cli/releases) vi
and install the package with `sudo dpkg -i` or `sudo apt install`:

```
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.22.0/mqtt-cli-4.22.0.deb
sudo apt install ./mqtt-cli-4.22.0.deb
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.23.0/mqtt-cli-4.23.0.deb
sudo apt install ./mqtt-cli-4.23.0.deb
```

***
Expand All @@ -85,7 +85,7 @@ at [releases page](https://github.com/hivemq/mqtt-cli/releases).
The preferred way is to install the package via the `yum` package manager. To install the package simply execute:

```
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.22.0/mqtt-cli-4.22.0.rpm
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.23.0/mqtt-cli-4.23.0.rpm
```

***
Expand Down
Loading

0 comments on commit 2c032a1

Please sign in to comment.