Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentCosmic committed Jun 23, 2019
1 parent 13736b4 commit 3b8d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func main() {
}
app := cli.NewApp()
app.Name = "xnotify"
app.Version = "0.1.1"
app.Version = "0.2.0"
app.Usage = "Watch files for changes." +
"\n File changes will be printed to stdout in the format <operation_name> <file_path>." +
"\n stdin accepts a list of files to watch." +
Expand Down

0 comments on commit 3b8d47b

Please sign in to comment.