Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentCosmic committed Oct 8, 2020
1 parent 8e5fa53 commit 8125701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USAGE:
xnotify [options] [-- <command> [args...]...]
VERSION:
0.2.1
0.2.4
GLOBAL OPTIONS:
--include value, -i value Include path to watch recursively.
Expand Down
2 changes: 1 addition & 1 deletion xnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
}
app := cli.NewApp()
app.Name = "xnotify"
app.Version = "0.2.3"
app.Version = "0.2.4"
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 8125701

Please sign in to comment.