diff --git a/src/domino/VERSION b/src/domino/VERSION index 389faccc..ad83b1b0 100644 --- a/src/domino/VERSION +++ b/src/domino/VERSION @@ -1 +1 @@ -0.5.5 \ No newline at end of file +0.5.6 \ No newline at end of file diff --git a/src/domino/cli/utils/constants.py b/src/domino/cli/utils/constants.py index bff36565..5457b5d4 100644 --- a/src/domino/cli/utils/constants.py +++ b/src/domino/cli/utils/constants.py @@ -5,5 +5,5 @@ } DOMINO_HELM_PATH = 'domino/domino' -DOMINO_HELM_VERSION = '0.1.5' +DOMINO_HELM_VERSION = '0.1.6' DOMINO_HELM_REPOSITORY = 'https://tauffer-consulting.github.io/domino/' \ No newline at end of file