From 466dd0150710ded0eec6d0971bca48345f628c18 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Wed, 16 Aug 2023 14:33:00 -0400 Subject: [PATCH] Bump version to 8.1.0 --- helpers/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.py b/helpers/config.py index cac2d27..ee6bb04 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -32,7 +32,7 @@ class Config(metaclass=Singleton): DEFAULT_NGINX_PORT = '80' DEFAULT_NGINX_HTTPS_PORT = '443' KOBO_DOCKER_BRANCH = '2.023.21b' - KOBO_INSTALL_VERSION = '8.0.3' + KOBO_INSTALL_VERSION = '8.1.0' MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3 ALLOWED_PASSWORD_CHARACTERS = ( string.ascii_letters