From 2df7147834512813fa9a632ed9b6af43041f0ebb Mon Sep 17 00:00:00 2001 From: ykhris <108716015+ykhris@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:09:38 +1100 Subject: [PATCH] release 1.8.2 (#53) - improvement for race condition handling #52 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9492033..01d69b1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.8.1 +VERSION = 1.8.2 # IMPORTANT! Update api version if a new release affects cnr API_VERSION = 1.0.0 IMAGE = cyclops:$(VERSION)