Skip to content

Commit

Permalink
Version to 2023.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Sep 5, 2023
1 parent 7b059eb commit 79801d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition

=== Quick Start

* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2023.6/hivemq-ce-2023.6.zip[HiveMQ CE binary package].
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2023.7/hivemq-ce-2023.7.zip[HiveMQ CE binary package].
* Unzip the package.
* Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package.

Expand Down Expand Up @@ -140,7 +140,7 @@ If you use Gradle, include the following code in your `build.gradle(.kts)` file.
----
dependencies {
implementation("com.hivemq:hivemq-community-edition-embedded:2023.6")
implementation("com.hivemq:hivemq-community-edition-embedded:2023.7")
}
----

Expand All @@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file.
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-community-edition-embedded</artifactId>
<version>2023.6</version>
<version>2023.7</version>
</dependency>
</dependencies>
...
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version=2023.6
version=2023.7
#
# main dependencies
#
hivemq-extension-sdk.version=4.18.0
hivemq-extension-sdk.version=4.19.0
# netty
netty.version=4.1.94.Final
# logging
Expand Down

0 comments on commit 79801d6

Please sign in to comment.