From 023ee3f24fa841a88f976738decc35006d6931d9 Mon Sep 17 00:00:00 2001 From: badra001 Date: Sat, 29 Apr 2023 14:48:42 -0400 Subject: [PATCH] fix --- code/ddns-lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index bf2c0e6..4804a9e 100755 --- a/code/ddns-lambda.py +++ b/code/ddns-lambda.py @@ -73,7 +73,7 @@ LOGGER = logging.getLogger() account_id = None region = None -VERSION = '2.0.1a2' +VERSION = '2.0.1' # Read Env variables DEBUG_LOG_LEVEL = os.environ.get('DebugLogLevel', 'INFO')