From 21657aeb9da671436f1fb3e50328305cd9a896ad Mon Sep 17 00:00:00 2001 From: juliannguyen4 Date: Mon, 28 Aug 2023 22:24:39 +0000 Subject: [PATCH] Bump version to 14.0.0-rc.6 --- VERSION | 2 +- src/main/aerospike.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ca95f805ea..8215717346 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0-rc.5 +14.0.0-rc.6 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index b1d406df7f..4acb987498 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[] = "14.0.0-rc.5"; + const char version[] = "14.0.0-rc.6"; // Makes things "thread-safe" Py_Initialize(); int i = 0;