This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d58f8a  [Release 0.5.7] post-release steps (#187)
8d58f8a is described below

commit 8d58f8a168e0d9b337b6b0d17d924c9c74b4adc9
Author: Chris Bono <[email protected]>
AuthorDate: Thu Sep 5 08:48:26 2024 -0500

    [Release 0.5.7] post-release steps (#187)
    
    * [Release 0.5.7] Update latest version in README.adoc to 0.5.7
    
    * [Release 0.5.7] Update next snapshot version to 0.5.8-SNAPSHOT
---
 README.adoc       | 2 +-
 gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index e2e3ff0..6a5049b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,7 +19,7 @@
 = Reactive client for Apache Pulsar
 
 :github: https://github.com/apache/pulsar-client-reactive
-:latest_version: 0.5.6
+:latest_version: 0.5.7
 
 Reactive client for Apache Pulsar which is compatible with the Reactive 
Streams specification.
 This uses Project Reactor as the Reactive Streams implementation.
diff --git a/gradle.properties b/gradle.properties
index 9e5e7e9..80a35f8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,4 +17,4 @@
 # under the License.
 #
 
-version=0.5.7
+version=0.5.8-SNAPSHOT

Reply via email to