From: Frank Brehm Date: Wed, 17 Mar 2021 14:09:49 +0000 (+0100) Subject: Version bump to 1.4.10 X-Git-Tag: 1.4.12~4 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5df6364c8744c2b51bb00dba2c17b8f79be2d011;p=pixelpark%2Fcreate-terraform.git Version bump to 1.4.10 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index b74921b..13840f4 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.9' +__version__ = '1.4.10' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99'