This is an automated email from the ASF dual-hosted git repository.
onobc 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 093c9f1 [Release 0.5.1] Update latest released version in README.adoc
(#149)
093c9f1 is described below
commit 093c9f152f1bc1fb702592712815d886e14edcb6
Author: Chris Bono <[email protected]>
AuthorDate: Sun Dec 17 17:20:41 2023 -0600
[Release 0.5.1] Update latest released version in README.adoc (#149)
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 37de63a..6c630e4 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.0
+:latest_version: 0.5.1
Reactive client for Apache Pulsar which is compatible with the Reactive
Streams specification.
This uses Project Reactor as the Reactive Streams implementation.