Skip to content

Commit 560cb05

Browse files
committed
Update version to 4.12.0
1 parent 9fc6e8d commit 560cb05

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
@@ -30,8 +30,8 @@ plugins {
3030

3131
/* ******************** metadata ******************** */
3232

33-
val prevVersion = "4.10.0"
34-
version = "4.11.0"
33+
val prevVersion = "4.11.0"
34+
version = "4.12.0"
3535
group = "com.hivemq"
3636
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
3737
"publishing, subscribing, unsubscribing and disconnecting " +

docs/_docs/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ brew install hivemq/mqtt-cli/mqtt-cli
4545

4646
## Windows Zip
4747

48-
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.0-win.zip) and
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0-win.zip) and
4949
extract it in your preferred location.
5050
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
5151
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
@@ -60,8 +60,8 @@ If you are using a *nix operating system which operates with debian packages you
6060
and install the package with `sudo dpkg -i` or `sudo apt install`:
6161

6262
```
63-
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.0.deb
64-
sudo apt install ./mqtt-cli-4.11.0.deb
63+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.deb
64+
sudo apt install ./mqtt-cli-4.12.0.deb
6565
```
6666

6767
***
@@ -72,7 +72,7 @@ For Red Hat, Fedora, Mandriva, OpenSuse, CentOS distributions you can use the rp
7272
The preferred way is to install the package via the `yum` package manager. To install the package simply execute:
7373

7474
```
75-
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.0.rpm
75+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.rpm
7676
```
7777

7878
## Building from source

0 commit comments

Comments
 (0)