Skip to content

Commit

Permalink
Bump version to 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Mar 11, 2022
1 parent 3476121 commit a580b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Config(metaclass=Singleton):
DEFAULT_NGINX_PORT = '80'
DEFAULT_NGINX_HTTPS_PORT = '443'
KOBO_DOCKER_BRANCH = '2.022.08'
KOBO_INSTALL_VERSION = '6.6.0-beta'
KOBO_INSTALL_VERSION = '6.6.0'
MAXIMUM_AWS_CREDENTIAL_ATTEMPTS = 3

def __init__(self):
Expand Down

0 comments on commit a580b14

Please sign in to comment.