98_inotify.pm: version update

git-svn-id: https://svn.fhem.de/fhem/trunk@27690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78
2023-06-19 08:34:08 +00:00
parent c3f64d472c
commit 8cf7db88ff

View File

@@ -34,7 +34,7 @@ eval "use File::Find;1" or $missingModule .= "File::Find ";
#######################
# Global variables
my $version = "0.6.1";
my $version = "0.6.4";
our $inotify;
our @watch;