This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 4e68fdd modify readme to release version 2.0.0 (#468)
4e68fdd is described below
commit 4e68fdd2f7bf371276a69af311d98944f91b5c71
Author: dinglei <[email protected]>
AuthorDate: Tue Mar 31 20:42:43 2020 +0800
modify readme to release version 2.0.0 (#468)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 29a26a0..76be749 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
[](http://isitmaintained.com/project/apache/rocketmq-client-go
"Percentage of issues still open")

-( The alpha version of Apache RocketMQ Go in Pure Go has been released,
Welcome have a try! [native
version](https://github.com/apache/rocketmq-client-go/tree/native) )
+(The Apache RocketMQ Client in Pure Go has been released, Welcome have a try
on [the native prodoct ready
version](https://github.com/apache/rocketmq-client-go/tree/native))
* The client is using cgo to call
[rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), which has
been proven robust and widely adopted within Alibaba Group by many business
units for more than three years.
----------