From 21af7941e75a7d717b365641a2c2aaaec898f716 Mon Sep 17 00:00:00 2001 From: juliannguyen4 Date: Fri, 4 Aug 2023 21:10:27 +0000 Subject: [PATCH] Bump version to 13.0.0-rc.4 --- VERSION | 2 +- src/main/aerospike.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 46f933503..882e1e24a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.0.0-rc.3 +13.0.0-rc.4 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index b61862923..f51dfadd6 100644 --- a/src/main/aerospike.c +++ b/src/main/aerospike.c @@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike) PyMODINIT_FUNC PyInit_aerospike(void) { - const char version[] = "13.0.0-rc.3"; + const char version[] = "13.0.0-rc.4"; // Makes things "thread-safe" Py_Initialize(); int i = 0;