From c58506d3435f52b0912bd1a711bafe36232d3fa2 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Thu, 15 Feb 2024 15:19:52 +0100 Subject: [PATCH] chore: cut v1.0.0 Signed-off-by: Adrian Riobo Lorenzo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5c5c92..dfcf5e2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 1.0.0-dev +VERSION ?= 1.0.0 CONTAINER_MANAGER ?= podman # Image URL to use all building/pushing image targets IMG ?= quay.io/rhqp/fxc:v${VERSION}