Skip to content

Commit e71b9af

Browse files
authored
Merge pull request #151 from legendu-net/symlink
bump up version
2 parents 3a0bc3f + d713a57 commit e71b9af

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, _ []string) {
11-
fmt.Println("0.31.2")
11+
fmt.Println("0.32.0")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)