Skip to content

Commit f21962d

Browse files
committed
chore(version): bump verion v0.2.2 -> v0.3.0
1 parent a10b65d commit f21962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
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.2")
23+
fmt.Println("v0.3.0")
2424
return
2525
}
2626
if err := utils.InitConfig(confFilePath); err != nil {

0 commit comments

Comments
 (0)