2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

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 62e707b15f
commit ec21ee1a35

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;