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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c5f9fc4  Fix version field (#166)
c5f9fc4 is described below

commit c5f9fc40449bc44462d3e96a3668630b0396c04f
Author: Inori <[email protected]>
AuthorDate: Mon May 17 21:13:20 2021 +0800

    Fix version field (#166)
---
 cmd/pixiu/pixiu.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/pixiu/pixiu.go b/cmd/pixiu/pixiu.go
index c8834b7..d44311b 100644
--- a/cmd/pixiu/pixiu.go
+++ b/cmd/pixiu/pixiu.go
@@ -40,7 +40,7 @@ import (
 )
 
 // Version pixiu version
-var Version = "0.1.0"
+var Version = "0.3.0"
 
 // main pixiu run method
 func main() {

Reply via email to