We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6f2ee commit 281f6dbCopy full SHA for 281f6db
2 files changed
README.md
@@ -136,6 +136,8 @@ Flags:
136
- expose ICO and PNG as package p2i
137
- move to go-helper/v2
138
- use cobra for cli flag
139
+- v2.0.1
140
+ - resolve conflict
141
142
### License
143
global/global.go
@@ -25,7 +25,7 @@ package global
25
import "github.com/J-Siu/go-png2ico/v2/lib"
26
27
var (
28
- Version = "v2.0.0"
+ Version = "v2.0.1"
29
30
Flag lib.TypeFlag
31
)
0 commit comments