diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-10 16:36:39 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-10 16:36:39 +1200 |
commit | 1b1e8ba9613d6a7193a33605029059633d20dd14 (patch) | |
tree | b4dcb1a070b9c52aa5542cfd6abed1763c34bbba | |
parent | Merge branch 'hotfix/v2.0.1' (diff) | |
parent | Bump VERSION (diff) | |
download | nwatch-1b1e8ba9613d6a7193a33605029059633d20dd14.tar.gz nwatch-1b1e8ba9613d6a7193a33605029059633d20dd14.zip |
* hotfix/v2.0.2:
Bump VERSION
Remove useless -- that breaks things
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | nwatch | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -2.0.1 +2.0.2 @@ -86,5 +86,5 @@ function write() { } !NF { write() } END { write() } -' -- "$diff" +' "$diff" fi |