From 3d9c36622e5cae5d2f3c82b658997279aea3157d Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Mon, 21 Aug 2023 14:29:20 +0800 Subject: [PATCH] Prepare for next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aca798b..e8a298a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------------------------------------------------- # This is the version of the coherence-go-client -VERSION ?=1.0.1 +VERSION ?=1.0.2 CURRDIR := $(shell pwd) USER_ID := $(shell echo "`id -u`:`id -g`")