aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:45:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:45:42 +1200
commit8275554aee12ae41135b8d6387e7d60f371eaa0c (patch)
treee5b1703641ae19417ec12eee7d612f43e5fdb011
parentIterate through subdirectories (diff)
parentBump VERSION (diff)
downloadinotifymask-8275554aee12ae41135b8d6387e7d60f371eaa0c.tar.gz
inotifymask-8275554aee12ae41135b8d6387e7d60f371eaa0c.zip
Merge branch 'release/v0.07' into develop
-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';