73_AutoShuttersControl: change version

git-svn-id: https://svn.fhem.de/fhem/trunk@17788 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2018-11-19 21:11:35 +00:00
parent c0b9f29014
commit 1bec2945f7

View File

@@ -41,7 +41,7 @@ package main;
use strict;
use warnings;
my $version = "0.2.0.7";
my $version = "0.2.0.8";
sub AutoShuttersControl_Initialize($) {
my ($hash) = @_;