From d3e71df9a8beb93e4c921bf32566c31f7afd31b3 Mon Sep 17 00:00:00 2001 From: msepga Date: Fri, 22 Dec 2023 18:29:19 -0500 Subject: [PATCH] Bump library version to 5.0.0 in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8e1dcf4..84088172 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PG_VERSION = 16.1 PG_VERSION_MAJOR = $(call word-dot,$(PG_VERSION),1) PROTOC_VERSION = 25.1 -VERSION = 4.2.3 +VERSION = 5.0.0 VERSION_MAJOR = $(call word-dot,$(VERSION),1) VERSION_MINOR = $(call word-dot,$(VERSION),2) VERSION_PATCH = $(call word-dot,$(VERSION),3)