2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_todoist: UTF8 in project title - version update

git-svn-id: https://svn.fhem.de/fhem/trunk@21387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78 2020-03-09 07:25:00 +00:00
parent b20a3eaa33
commit f2dc8e516b

View File

@ -17,7 +17,7 @@ eval "use Date::Parse;1" or $missingModule .= "Date::Parse ";
#######################
# Global variables
my $version = "1.3.6";
my $version = "1.3.7";
my $srandUsed;