Skip to content

Commit

Permalink
Bump version to 12.0.0-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 19, 2023
1 parent 5ebbb8b commit e16d9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
12.0.0-rc.11
12.0.0-rc.12
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Expand Up @@ -138,7 +138,7 @@ static int Aerospike_Clear(PyObject *aerospike)
PyMODINIT_FUNC PyInit_aerospike(void)
{

const char version[] = "12.0.0-rc.11";
const char version[] = "12.0.0-rc.12";
// Makes things "thread-safe"
Py_Initialize();
int i = 0;
Expand Down

0 comments on commit e16d9bd

Please sign in to comment.