From f540707026c7d67f57b31ec26afec37a18d97b64 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 10 Feb 2022 01:40:17 +0100 Subject: [PATCH] chore(release): Update Version to 3.0.0 This version removes the open redirect functionality. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55de154..93b1122 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: - deploy variables: - CI_REGISTRY_IMAGE_VERSION: "2.3.0" + CI_REGISTRY_IMAGE_VERSION: "3.0.0" container-testing: stage: test -- GitLab