Skip to content

Commit 3732c15

Browse files
authored
Merge pull request #80 from legendu-net/dev
Merge dev into main
2 parents 96296ff + 7b054f2 commit 3732c15

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
// Update icon.
1010
func version(cmd *cobra.Command, args []string) {
11-
fmt.Println("0.20.1")
11+
fmt.Println("0.21.0")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)