Skip to content

Commit

Permalink
bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 15, 2018
1 parent fc5bd47 commit b448dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fathom/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
app = &App{cli.NewApp(), nil, nil}
app.Name = "Fathom"
app.Usage = "simple & transparent website analytics"
app.Version = "1.0.1"
app.Version = "1.1.0"
app.HelpName = "fathom"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit b448dd5

Please sign in to comment.