Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentCosmic committed Feb 11, 2020
1 parent e45c870 commit 717ce34
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 @@ -56,7 +56,7 @@ func main() {
}
app := cli.NewApp()
app.Name = "xnotify"
app.Version = "0.2.1"
app.Version = "0.2.2"
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 717ce34

Please sign in to comment.