From 7f8ec95a06882bcc725ecf6dad7961c5ff248976 Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Mon, 16 Jun 2025 08:46:51 +0800 Subject: [PATCH] Prepare for next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6163622..a803d88 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------------------------------------------------- # This is the version of the coherence-go-client -VERSION ?=2.3.0 +VERSION ?=2.3.1 CURRDIR := $(shell pwd) USER_ID := $(shell echo "`id -u`:`id -g`")