diff --git a/ddns.py b/ddns.py index 11d3e46..291a5d9 100755 --- a/ddns.py +++ b/ddns.py @@ -19,7 +19,7 @@ filepath = homefilepath.joinpath('.config/ddns') database = filepath.joinpath('ddns.db') logfile = filepath.joinpath('ddns.log') logging.basicConfig(filename=logfile,level=logging.INFO,format='%(message)s') -app_version = '0.5' +app_version = '0.5.1' def get_ip():