Skip to content

Commit

Permalink
Update version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Remit committed Apr 26, 2022
1 parent ba99558 commit 416be81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"``

## Windows Zip

Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.7.3/mqtt-cli-4.7.3-win.zip) and extract it in your preferred location.
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.0/mqtt-cli-4.8.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 @@ -60,8 +60,8 @@ and install the package with `sudo dpkg -i` or `sudo apt install`:


```
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.7.3/mqtt-cli-4.7.3.deb
sudo apt install ./mqtt-cli-4.7.3.deb
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.0/mqtt-cli-4.8.0.deb
sudo apt install ./mqtt-cli-4.8.0.deb
```

***
Expand All @@ -72,7 +72,7 @@ For Red Hat, Fedora, Mandriva, OpenSuse, CentOS distributions you can use the rp
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.7.3/mqtt-cli-4.7.3.rpm
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.0/mqtt-cli-4.8.0.rpm
```

## Building from source
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.8.0-SNAPSHOT
version=4.8.0
#dependencies
bouncycastle.version=1.70
commons-io.version=2.11.0
Expand Down
2 changes: 1 addition & 1 deletion specs/hivemq-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ info:
\ can imported into popular API tooling (e.g. Postman) or can be used to generate\
\ client-code for multiple programming languages.\n"
title: HiveMQ REST API
version: 4.7.3
version: 4.8.0
x-logo:
url: https://www.hivemq.com/img/svg/hivemq-bee.svg
tags:
Expand Down
2 changes: 1 addition & 1 deletion specs/hivemq-swarm-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ info:
\ definition that\ncan be imported into popular API tooling (e.g. Postman) or\
\ can be used to generate client-code for multiple programming languages.\n"
title: HiveMQ Swarm REST API
version: 4.7.3
version: 4.8.0
x-logo:
url: https://www.hivemq.com/img/svg/hivemq-bee.svg
paths:
Expand Down

0 comments on commit 416be81

Please sign in to comment.