From 7a918dec8152ab5ae8a27a1579030a6334a367d1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 4 Jan 2022 14:23:57 +0100 Subject: [PATCH] Version bump to 1.5.11 --- 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 af1cd2b..b2173f3 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.5.10' +__version__ = '1.5.11' MIN_VERSION_TERRAFORM = '1.0.5' MAX_VERSION_TERRAFORM = '1.2.0' -- 2.39.5