Added version to base command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-02-26 00:23:58 -05:00
parent 4396c7a07f
commit 1b9e8b5a44

View File

@ -11,6 +11,7 @@ var rootCmd = &cobra.Command{
Use: "bgbench", Use: "bgbench",
Short: "Bit Goblin hardware benching tool.", Short: "Bit Goblin hardware benching tool.",
Long: `A PC hardware benchmarking tool written by Bit Goblin.`, Long: `A PC hardware benchmarking tool written by Bit Goblin.`,
Version: "v0.3.0",
} }
func Execute() { func Execute() {