aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:48:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:48:25 +1200
commit09ea4f23709647d63f15a9523b8f1dc6d367eba4 (patch)
tree5114e2e89eac5037e8c6ad682e6887ca58072819
parentSuggest enabling the service *after* testing it (diff)
downloadinotifymask-09ea4f23709647d63f15a9523b8f1dc6d367eba4.tar.gz
inotifymask-09ea4f23709647d63f15a9523b8f1dc6d367eba4.zip
Bump VERSION
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index 39b9c03..1822585 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -10,7 +10,7 @@ use File::Find;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
const our $SELF => 'inotifymask';