We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10b65d commit f21962dCopy full SHA for f21962d
main.go
@@ -20,7 +20,7 @@ func init() {
20
func main() {
21
flag.Parse()
22
if version {
23
- fmt.Println("v0.2.2")
+ fmt.Println("v0.3.0")
24
return
25
}
26
if err := utils.InitConfig(confFilePath); err != nil {
0 commit comments