From fcccee102ce2a909b19977b9b379292e59f5bbd6 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 16 May 2024 17:12:11 +0200 Subject: [PATCH] Version bump to 1.8.8 --- lib/cr_tf/__init__.py | 2 +- postinstall-scripts/functions.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 24baf24..77946a0 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.7' +__version__ = '1.8.8' MIN_VERSION_TERRAFORM = '1.6.5' MAX_VERSION_TERRAFORM = '1.9.0' diff --git a/postinstall-scripts/functions.rc b/postinstall-scripts/functions.rc index 4bea1d9..a4079a0 100644 --- a/postinstall-scripts/functions.rc +++ b/postinstall-scripts/functions.rc @@ -8,7 +8,7 @@ BLUE="" CYAN="" NORMAL="" -VERSION="1.8.7" +VERSION="1.8.8" # shellcheck disable=SC2034 STD_SHORT_OPTIONS="sqdvhV" -- 2.39.5