From 53626fb9ccfa89107e411a38edf927d9c53c93f4 Mon Sep 17 00:00:00 2001 From: Aaron Wilson Date: Sat, 2 Mar 2024 14:36:12 -0600 Subject: [PATCH] Update default version to latest release Signed-off-by: Aaron Wilson --- operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Makefile b/operator/Makefile index 67cf5e7a..19b5228e 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.9.7 +VERSION ?= v0.98 BUILD_VERSION = $(VERSION).$(shell git rev-parse --short HEAD) BUILD_TIME = $(shell date +%FT%T%z)