Skip to content

Commit

Permalink
Bump subnetCalc version from v0.1.1 to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTRogers committed Nov 28, 2023
1 parent b0cb5a4 commit 07b7bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var subnetMaskBits int
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "subnetCalc <CIDR>",
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
Expand Down

0 comments on commit 07b7bf9

Please sign in to comment.