From a8d63988aa6756ee1b8cd20167f3784cef91dc94 Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Fri, 13 Oct 2023 16:09:07 +0000 Subject: [PATCH] forgot can't use new zarf with old dubbd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c68e646..4d0b333 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # renovate: datasource=github-tags depName=defenseunicorns/zarf UDS_CLI_VERSION := v0.0.6-alpha+go-version-fix-with-bndl-tmpl -ZARF_VERSION := v0.30.0 +ZARF_VERSION := v0.29.1 BUNDLE_VERSION ?= $(if $(shell git describe --tags),$(shell git describe --tags),"UnknownVersion")