From 8327605dddaa675a286c2f911598cc0b50b22c79 Mon Sep 17 00:00:00 2001 From: Dat Nguyen Date: Tue, 18 Jan 2022 14:09:17 +1100 Subject: [PATCH] cut v1.7.1 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c11f66f..cbdde0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.7.0 +VERSION = 1.7.1 IMAGE = cyclops:$(VERSION) ARCH=$(if $(TARGETPLATFORM),$(lastword $(subst /, ,$(TARGETPLATFORM))),amd64)