From 717ce3438e04df64c8df8fcd2a07ca78804b1ad0 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 11 Feb 2020 17:36:11 +0800 Subject: [PATCH] version number --- xnotify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnotify.go b/xnotify.go index 7195c36..90eea6b 100644 --- a/xnotify.go +++ b/xnotify.go @@ -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 ." + "\n stdin accepts a list of files to watch." +