aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:59 +1300
commit05c823c223b70f3e1d2ca5f9c71ed514b71e0d5f (patch)
tree76ab10a81bc52a20924a500e32edcc233f236380 /bin
parentMerge branch 'release/v0.08' (diff)
parentCorrect format of minimum Perl version (diff)
downloadinotifymask-master.tar.gz
inotifymask-master.zip
Merge branch 'hotfix/v0.09'HEADv0.09masterdevelop
* hotfix/v0.09: Correct format of minimum Perl version
Diffstat (limited to 'bin')
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index 1822585..29fa3b6 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -10,7 +10,7 @@ use File::Find;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
const our $SELF => 'inotifymask';