Skip to content

Commit

Permalink
Update version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Sep 28, 2022
1 parent 95f5ce4 commit 0b644ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Maven
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-gcp-pubsub-extension-customization-sdk</artifactId>
<version>4.9.0,rc-1</version>
<version>4.9.0</version>
</dependency>
----

Gradle
[source,groovy]

----
implementation("com.hivemq:hivemq-gcp-pubsub-extension-customization-sdk:4.9.0,rc-1")
implementation("com.hivemq:hivemq-gcp-pubsub-extension-customization-sdk:4.9.0")
----

== License
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.9.0-SNAPSHOT
version=4.9.0
#
# plugins
#
Expand Down

0 comments on commit 0b644ef

Please sign in to comment.