Skip to content

Commit b9a0af3

Browse files
committed
Update version to 4.32.0
1 parent 3e32ec4 commit b9a0af3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ plugins {
3535

3636
/* ******************** metadata ******************** */
3737

38-
val prevVersion = "4.30.0"
39-
version = "4.31.0"
38+
val prevVersion = "4.31.0"
39+
version = "4.32.0"
4040
group = "com.hivemq"
4141
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " + //
4242
"publishing, subscribing, unsubscribing and disconnecting " + //

docs/_docs/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hosts file.
5656

5757
## Windows Zip
5858

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

7474
```
75-
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.31.0/mqtt-cli-4.31.0.deb
76-
sudo apt install ./mqtt-cli-4.31.0.deb
75+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.32.0/mqtt-cli-4.32.0.deb
76+
sudo apt install ./mqtt-cli-4.32.0.deb
7777
```
7878

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

8787
```
88-
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.31.0/mqtt-cli-4.31.0.rpm
88+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.32.0/mqtt-cli-4.32.0.rpm
8989
```
9090

9191
***

0 commit comments

Comments
 (0)