From 75e2c500f044813b5467a4fdad11049f1281db10 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 30 Aug 2022 17:14:53 +0200 Subject: [PATCH] Version bump to 1.6.8 --- 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 09714d5..cd3a97f 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.6.7' +__version__ = '1.6.8' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.3.0' -- 2.39.5