aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:25:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:25:00 +1200
commitfb3f7ff5369a61b89fcdf5d84abb3576302b4b5d (patch)
treef79f08c676f13fa61a33d387384c7e03e52328b0
parentCorrect required Perl version (diff)
downloadinotifymask-fb3f7ff5369a61b89fcdf5d84abb3576302b4b5d.tar.gz
inotifymask-fb3f7ff5369a61b89fcdf5d84abb3576302b4b5d.zip
Bump VERSION
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index d6f9b04..74e1a26 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -9,7 +9,7 @@ use Const::Fast;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
const our $SELF => 'inotifymask';