This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/1.5 by this push:
new b60a867 update version
b60a867 is described below
commit b60a867b907d9b492eba6ed89c73ae29df42374e
Author: AlexStocks <[email protected]>
AuthorDate: Sat May 15 23:21:35 2021 +0800
update version
---
common/constant/version.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/constant/version.go b/common/constant/version.go
index d24a9fd..b252372 100644
--- a/common/constant/version.go
+++ b/common/constant/version.go
@@ -19,9 +19,9 @@ package constant
const (
// Version apache/dubbo-go version
- Version = "1.5.6"
+ Version = "1.5.7"
// Name module name
Name = "dubbogo"
// Date release date
- DATE = "2021/03/22"
+ DATE = "2021/05/14"
)