From 5bd4a80e063cc4d86532653e20a3bdb55ce9adf6 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 17 Dec 2019 12:43:06 +0100 Subject: [PATCH] Version bumpt to 1.4.3 --- lib/cr_tf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 40d3da8..4bfcbae 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,7 +1,7 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.4.2' +__version__ = '1.4.3' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5