diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-30 13:28:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-30 13:28:32 +1200 |
commit | 0e8e69e5ecd545e18591b6612f3c0361b64d1b4f (patch) | |
tree | ba6ad2e795f1404df94ad9918e1a8da1d7d3ef5e | |
parent | Adjust log message for clarity (diff) | |
download | inotifymask-0e8e69e5ecd545e18591b6612f3c0361b64d1b4f.tar.gz inotifymask-0e8e69e5ecd545e18591b6612f3c0361b64d1b4f.zip |
Bump VERSION
-rw-r--r-- | bin/inotifymask | 2 |
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'; |