Skip to content

Commit ad2f255

Browse files
author
Gemini
committed
bump up version
1 parent f6d2d49 commit ad2f255

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.1")
11+
fmt.Println("0.31.2")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)