From 98098ee593cee8e507689645453dec7253e55e3e Mon Sep 17 00:00:00 2001 From: dhivah <76965985+dhivah@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:17:30 +0000 Subject: [PATCH] Added new version 3.4.4 --- Dockerfile | 2 +- fycli/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17eed10..2ad640f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TERRAFORM_VERSION=1.2.9 ENV KUBE_SCORE_VERSION=1.11.0 ENV TFSEC_VERSION=1.27.6 ENV KAPP_VERSION=0.35.0 -ENV OPA_VERSION=0.40.0 +ENV OPA_VERSION=0.49.2 RUN \ apt-get update \ diff --git a/fycli/version.py b/fycli/version.py index f42c2e1..3240e78 100644 --- a/fycli/version.py +++ b/fycli/version.py @@ -1 +1 @@ -__version__ = "fycli 3.4.3" +__version__ = "fycli 3.4.4" diff --git a/pyproject.toml b/pyproject.toml index cd7c211..1ab978e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fycli" -version = "3.4.3" +version = "3.4.4" description = "" authors = ["Rob Wilson "]