From 766e80b01a6327e9808bff1ee90b5676287a30dd Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 9 Jan 2024 13:06:30 +0100 Subject: [PATCH] Version bump to 1.8.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 ffe59b5..3fce8c0 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.8.2' +__version__ = '1.8.3' MIN_VERSION_TERRAFORM = '1.6.5' MAX_VERSION_TERRAFORM = '1.9.0' -- 2.39.5