Skip to content

Commit

Permalink
Updated ver
Browse files Browse the repository at this point in the history
  • Loading branch information
harshau007 committed Jun 13, 2024
1 parent 9edcd40 commit 53e5d8b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
Copyright © 2024 NAME HERE [email protected]
*/
package cmd

Expand All @@ -10,8 +9,6 @@ import (
"github.com/spf13/cobra"
)



// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "devctl",
Expand All @@ -32,7 +29,5 @@ func Execute() {

func init() {
rootCmd.CompletionOptions.DisableDefaultCmd = true
rootCmd.Version = "1.0.0"
rootCmd.Version = "1.1.0"
}


0 comments on commit 53e5d8b

Please sign in to comment.