Skip to content

Commit 8cdcf78

Browse files
authored
Merge pull request #177 from hivemq/release/4.4.4
Release 4.4.4
2 parents 3833fc5 + 511d4bd commit 8cdcf78

File tree

2 files changed

+246
-246
lines changed

2 files changed

+246
-246
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ apply plugin: 'org.owasp.dependencycheck'
4444
javadoc.options.encoding = 'UTF-8'
4545

4646
group = 'com.hivemq'
47-
version = '4.4.3' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
47+
version = '4.4.4' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
4848
description = 'MQTT CLI is a tool that provides a feature rich command line interface for connecting, ' +
4949
'publishing, subscribing, unsubscribing and disconnecting ' +
5050
'various MQTT clients simultaneously and supports MQTT 5.0 and MQTT 3.1.1 '
5151

52-
def hivemqApiVersion = '4.4.3'
52+
def hivemqApiVersion = '4.4.4'
5353

5454
application {
5555
mainClassName = 'com.hivemq.cli.MqttCLIMain'

0 commit comments

Comments
 (0)