diff --git a/VERSION b/VERSION index 8d6874bb4..94188a748 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.0rc5 +15.0.0 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index a54b1453a..42f10408c 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[] = "15.0.0rc5"; + const char version[] = "15.0.0"; // Makes things "thread-safe" Py_Initialize(); int i = 0;