Skip to content

Commit c7a96ec

Browse files
author
Gregor Gololicic
committed
version output
1 parent 453ac03 commit c7a96ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package config
22

33
import (
4+
"fmt"
45
"github.com/sideninja/flow-cli/gateway"
56
"github.com/sideninja/flow-cli/util"
67
"github.com/spf13/cobra"
@@ -17,6 +18,7 @@ Save persistent configuration variables.
1718
`,
1819
Args: cobra.ExactArgs(0),
1920
RunE: func(c *cobra.Command, args []string) error {
21+
fmt.Println("VERSION:", version)
2022
util.PromptURL()
2123
return nil
2224
},

0 commit comments

Comments
 (0)