Skip to content

Commit c85f542

Browse files
committed
chore(version): bump version: v0.2.1 -> v0.2.2
1 parent d4f4c96 commit c85f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func init() {
2020
func main() {
2121
flag.Parse()
2222
if version {
23-
fmt.Println("v0.2.1")
23+
fmt.Println("v0.2.2")
2424
return
2525
}
2626
if err := utils.InitConfig(confFilePath); err != nil {

0 commit comments

Comments
 (0)