diff --git a/README.adoc b/README.adoc index 0e67608..d457dbe 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.6.0 +:latest_version: 0.7.0 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 8bf9940..a107d41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,4 +17,4 @@ # under the License. # -version=0.7.0 +version=0.7.1-SNAPSHOT