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

alexstocks 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 52728f81 revert gatewayCmd to Run dubbo go pixiu (#557)
52728f81 is described below

commit 52728f81bbf6b736c829acd03c4db6aef535c62a
Author: Mark4z <[email protected]>
AuthorDate: Sun Apr 9 13:58:39 2023 +0800

    revert gatewayCmd to Run dubbo go pixiu (#557)
---
 cmd/pixiu/gateway.go | 2 +-
 cmd/pixiu/pixiu.go   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/pixiu/gateway.go b/cmd/pixiu/gateway.go
index 245bebc6..a7053dc5 100644
--- a/cmd/pixiu/gateway.go
+++ b/cmd/pixiu/gateway.go
@@ -32,7 +32,7 @@ import (
 var (
        gatewayCmd = &cobra.Command{
                Use:   "gateway",
-               Short: "Run dubbo go server in gateway mode",
+               Short: "Run dubbo go pixiu in gateway mode",
        }
 
        startGatewayCmd = &cobra.Command{
diff --git a/cmd/pixiu/pixiu.go b/cmd/pixiu/pixiu.go
index 42a6a8b3..94020052 100644
--- a/cmd/pixiu/pixiu.go
+++ b/cmd/pixiu/pixiu.go
@@ -41,7 +41,7 @@ import (
 
 var (
        // Version pixiu version
-       Version = "0.5.1"
+       Version = "0.6.0"
 
        flagToLogLevel = map[string]string{
                "trace":    "TRACE",

Reply via email to