File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ plugins {
37
37
38
38
/* ******************** metadata ******************** */
39
39
40
- val prevVersion = " 4.16 .0"
41
- version = " 4.17 .0"
40
+ val prevVersion = " 4.17 .0"
41
+ version = " 4.18 .0"
42
42
group = " com.hivemq"
43
43
description = " MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
44
44
" publishing, subscribing, unsubscribing and disconnecting " +
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ hosts file.
56
56
57
57
## Windows Zip
58
58
59
- Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.17 .0/mqtt-cli-4.17 .0-win.zip ) and
59
+ Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.18 .0/mqtt-cli-4.18 .0-win.zip ) and
60
60
extract it in your preferred location.
61
61
To execute MQTT CLI simply open the Windows Command Prompt with ` ⊞ Win ` + ` R ` and execute ` cmd ` .
62
62
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
72
72
and install the package with ` sudo dpkg -i ` or ` sudo apt install ` :
73
73
74
74
```
75
- wget https://github.com/hivemq/mqtt-cli/releases/download/v4.17 .0/mqtt-cli-4.17 .0.deb
76
- sudo apt install ./mqtt-cli-4.17 .0.deb
75
+ wget https://github.com/hivemq/mqtt-cli/releases/download/v4.18 .0/mqtt-cli-4.18 .0.deb
76
+ sudo apt install ./mqtt-cli-4.18 .0.deb
77
77
```
78
78
79
79
***
@@ -85,7 +85,7 @@ at [releases page](https://github.com/hivemq/mqtt-cli/releases).
85
85
The preferred way is to install the package via the ` yum ` package manager. To install the package simply execute:
86
86
87
87
```
88
- sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.17 .0/mqtt-cli-4.17 .0.rpm
88
+ sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.18 .0/mqtt-cli-4.18 .0.rpm
89
89
```
90
90
91
91
***
You can’t perform that action at this time.
0 commit comments