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 f6d2d49 commit ad2f255Copy full SHA for ad2f255
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Show the version of icon.
10
func version(_ *cobra.Command, args []string) {
11
- fmt.Println("0.31.1")
+ fmt.Println("0.31.2")
12
}
13
14
var versionCmd = &cobra.Command{
0 commit comments