Skip to content

Commit

Permalink
revert gatewayCmd to Run dubbo go pixiu
Browse files Browse the repository at this point in the history
  • Loading branch information
mark4z committed Apr 9, 2023
1 parent d25b697 commit 5b15065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/pixiu/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion cmd/pixiu/pixiu.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

var (
// Version pixiu version
Version = "0.5.1"
Version = "0.6.0"

flagToLogLevel = map[string]string{
"trace": "TRACE",
Expand Down

0 comments on commit 5b15065

Please # to comment.