Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Sep 18, 2018
1 parent e7de28f commit 193ee0a
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.0"
app.Version = "1.0.1"
app.HelpName = "fathom"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 193ee0a

Please sign in to comment.