Skip to content

Commit

Permalink
Bump version: 0.7.2.1 → 0.7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Feb 7, 2017
1 parent 66347b1 commit f9e3fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumbversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2.1
current_version = 0.7.3.0
files = main.go
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
app := cli.NewApp()
app.Name = "qwatch"
app.Usage = ""
app.Version = "0.7.2.1"
app.Version = "0.7.3.0"
app.Commands = []cli.Command{cmd.ServerCmd}
app.Run(os.Args)

Expand Down

0 comments on commit f9e3fee

Please sign in to comment.