aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-30 13:28:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-30 13:28:32 +1200
commit0e8e69e5ecd545e18591b6612f3c0361b64d1b4f (patch)
treeba6ad2e795f1404df94ad9918e1a8da1d7d3ef5e
parentAdjust log message for clarity (diff)
downloadinotifymask-0e8e69e5ecd545e18591b6612f3c0361b64d1b4f.tar.gz
inotifymask-0e8e69e5ecd545e18591b6612f3c0361b64d1b4f.zip
Bump VERSION
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index 576749c..d5bfcb0 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -9,7 +9,7 @@ use Const::Fast;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
const our $SELF => 'inotifymask';