We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bb801 commit d713a57Copy full SHA for d713a57
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Show the version of icon.
10
func version(_ *cobra.Command, _ []string) {
11
- fmt.Println("0.31.2")
+ fmt.Println("0.32.0")
12
}
13
14
var versionCmd = &cobra.Command{
0 commit comments