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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5691733  Fix: format version.go
5691733 is described below

commit 56917336dfc40c6135702d1f3df83ecfd0703a18
Author: AlexStocks <alexsto...@foxmail.com>
AuthorDate: Wed Aug 14 17:27:48 2019 +0800

    Fix: format version.go
---
 common/constant/version.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/constant/version.go b/common/constant/version.go
index 733050a..d4c6821 100644
--- a/common/constant/version.go
+++ b/common/constant/version.go
@@ -18,7 +18,7 @@
 package constant
 
 const (
-    Version = "2.6.0"
-    Name    = "dubbogo"
-    DATE    = "2019/05/06"
+       Version = "2.6.0"
+       Name    = "dubbogo"
+       DATE    = "2019/05/06"
 )

Reply via email to