Skip to content

Commit 78cd1c7

Browse files
committed
Update version to 4.8.3
1 parent 99e6a3f commit 78cd1c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ plugins {
2929

3030
/* ******************** metadata ******************** */
3131

32-
val prevVersion = "4.8.1"
33-
version = "4.8.2"
32+
val prevVersion = "4.8.2"
33+
version = "4.8.3"
3434
group = "com.hivemq"
3535
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
3636
"publishing, subscribing, unsubscribing and disconnecting " +

docs/_docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"``
4545

4646
## Windows Zip
4747

48-
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.2/mqtt-cli-4.8.2-win.zip) and extract it in your preferred location.
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3-win.zip) and extract it in your preferred location.
4949
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
5050
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
5151

@@ -60,8 +60,8 @@ and install the package with `sudo dpkg -i` or `sudo apt install`:
6060

6161

6262
```
63-
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.2/mqtt-cli-4.8.2.deb
64-
sudo apt install ./mqtt-cli-4.8.2.deb
63+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.deb
64+
sudo apt install ./mqtt-cli-4.8.3.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.8.2/mqtt-cli-4.8.2.rpm
75+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.rpm
7676
```
7777

7878
## Building from source

0 commit comments

Comments
 (0)