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 d5b25ad commit 4b4d7bfCopy full SHA for 4b4d7bf
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.0")
+ fmt.Println("0.31.1")
12
}
13
14
var versionCmd = &cobra.Command{
0 commit comments