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

rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new b6e80ad  Update stable version to 0.2.0 (#358)
b6e80ad is described below

commit b6e80ad374977e4111758c1b9c59486f1c32d320
Author: 冉小龙 <[email protected]>
AuthorDate: Tue Aug 25 09:15:05 2020 +0800

    Update stable version to 0.2.0 (#358)
    
    Signed-off-by: xiaolong.ran <[email protected]>
    
    ### Modifications
    
    - Update the version to 0.2.0 for `VERSION` file
    - Update the version to 0.2.0 for `stable.txt` file
---
 VERSION    | 2 +-
 stable.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 8cbe872..68881cb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,3 @@
 // This version number refers to the currently released version number
 // Please fix the version when release.
-v0.1.1
+v0.2.0
diff --git a/stable.txt b/stable.txt
index abc8518..e4b52dc 100644
--- a/stable.txt
+++ b/stable.txt
@@ -1,3 +1,3 @@
 // This version number refers to the current stable version, generally is 
`VERSION - 1`.
 // Please fix the version when release.
-v0.1.1
+v0.2.0

Reply via email to