diff --git a/VERSION b/VERSION index cedfafa2c..07ea9fa43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.2.0-rc.1 +14.2.0 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index d5ff0422c..c7ebacf43 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.2.0-rc.1"; + const char version[] = "14.2.0"; // Makes things "thread-safe" Py_Initialize(); int i = 0;