2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +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 e6635d4a21
commit 2b559d2d41

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;