aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-04 00:30:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-04 00:30:59 +1200
commit6545e141d0653c533e537bf79d72bd7bfaf79077 (patch)
treea5d1eb3098993bdb943ea91db6f4e567b3663522
parentMonitor attribute changes too (diff)
downloadinotifymask-6545e141d0653c533e537bf79d72bd7bfaf79077.tar.gz
inotifymask-6545e141d0653c533e537bf79d72bd7bfaf79077.zip
Bump VERSION
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index fcceecb..8c8ad98 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -9,7 +9,7 @@ use Const::Fast;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
const our $SELF => 'inotifymask';