From 53e5d8b3e0493c645bbd7c5f3dc03a0ffac340ab Mon Sep 17 00:00:00 2001 From: harshau007 Date: Thu, 13 Jun 2024 13:17:55 +0530 Subject: [PATCH] Updated ver --- cmd/root.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 59d49c7..aa327c5 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,6 +1,5 @@ /* Copyright © 2024 NAME HERE amanupadhyay2004@gmail.com - */ package cmd @@ -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", @@ -32,7 +29,5 @@ func Execute() { func init() { rootCmd.CompletionOptions.DisableDefaultCmd = true - rootCmd.Version = "1.0.0" + rootCmd.Version = "1.1.0" } - -