diff --git a/cmd/root.go b/cmd/root.go index 47357dc..e0f14b0 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -178,7 +178,7 @@ var subnetMaskBits int // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "subnetCalc ", - Version: "v0.1.0", + Version: "v0.1.2", Short: "calculate subnet", Long: `subnetCalc is a CLI application to calculate subnets when given an IP address and a subnet mask in CIDR notation. It will return the requested network, host address range, broadcast address, subnet mask, maximum number of subnets, and