From 662f5c09860723b3e53e32cd58e1abf8406b0c7f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 25 Nov 2019 14:18:14 +0100 Subject: [PATCH] Version bump to 1.3.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 cc20978..cfad06d 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.3.10' +__version__ = '1.3.11' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5