From f42d72a06a2aaed2bbd6c46b5506c67857f43f1b Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Thu, 28 Jan 2021 12:37:33 -0500 Subject: [PATCH] Bump version to 4.4.2 --- helpers/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.py b/helpers/config.py index c22682b..bc317cd 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -31,7 +31,7 @@ class Config(metaclass=Singleton): DEFAULT_NGINX_PORT = '80' DEFAULT_NGINX_HTTPS_PORT = '443' KOBO_DOCKER_BRANCH = '2.021.03a' - KOBO_INSTALL_VERSION = '4.4.1' + KOBO_INSTALL_VERSION = '4.4.2' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3 def __init__(self):