diff --git a/VERSION b/VERSION index edb5a5518..4b964e965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0-rc.9 +14.0.0 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index 38a3a8b42..966abf69f 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.9"; + const char version[] = "14.0.0"; // Makes things "thread-safe" Py_Initialize(); int i = 0;