Skip to content

Commit 281f6db

Browse files
committed
v2.0.1
1 parent dd6f2ee commit 281f6db

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Flags:
136136
- expose ICO and PNG as package p2i
137137
- move to go-helper/v2
138138
- use cobra for cli flag
139+
- v2.0.1
140+
- resolve conflict
139141

140142
### License
141143

global/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package global
2525
import "github.com/J-Siu/go-png2ico/v2/lib"
2626

2727
var (
28-
Version = "v2.0.0"
28+
Version = "v2.0.1"
2929

3030
Flag lib.TypeFlag
3131
)

0 commit comments

Comments
 (0)