diff --git a/.bumbversion.cfg b/.bumbversion.cfg index 20c480f..b294ecd 100644 --- a/.bumbversion.cfg +++ b/.bumbversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1.8 +current_version = 0.7.1.9 files = main.go commit = True tag = True diff --git a/main.go b/main.go index 959c7d3..647b3a5 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ func main() { app := cli.NewApp() app.Name = "qwatch" app.Usage = "" - app.Version = "0.7.1.8" + app.Version = "0.7.1.9" app.Commands = []cli.Command{cmd.ServerCmd} app.Run(os.Args)