Skip to content

Commit 193ee0a

Browse files
bump version to 1.0.1
1 parent e7de28f commit 193ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fathom/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525
app = &App{cli.NewApp(), nil, nil}
2626
app.Name = "Fathom"
2727
app.Usage = "simple & transparent website analytics"
28-
app.Version = "1.0.0"
28+
app.Version = "1.0.1"
2929
app.HelpName = "fathom"
3030
app.Flags = []cli.Flag{
3131
cli.StringFlag{

0 commit comments

Comments
 (0)