Skip to content

Commit

Permalink
Bump library version to 5.0.0 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
msepga committed Dec 22, 2023
1 parent 3dddf5f commit d3e71df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d3e71df

Please sign in to comment.