Skip to content

Commit 4b4d7bf

Browse files
author
Gemini
committed
bump up version
1 parent d5b25ad commit 4b4d7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Show the version of icon.
1010
func version(_ *cobra.Command, args []string) {
11-
fmt.Println("0.31.0")
11+
fmt.Println("0.31.1")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)