aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:43:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:43:13 +1200
commita52e55873c7c64f95e81814a0c2e39732289f6f0 (patch)
treee5b1703641ae19417ec12eee7d612f43e5fdb011
parentIterate through subdirectories (diff)
downloadinotifymask-a52e55873c7c64f95e81814a0c2e39732289f6f0.tar.gz
inotifymask-a52e55873c7c64f95e81814a0c2e39732289f6f0.zip
Bump VERSION
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index 5145183..39b9c03 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -10,7 +10,7 @@ use File::Find;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
const our $SELF => 'inotifymask';