Skip to content

Commit

Permalink
Bump version to 14.0.0 (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: juliannguyen4 <[email protected]>
  • Loading branch information
juliannguyen4 and juliannguyen4 committed Nov 14, 2023
1 parent 4f37473 commit ed45d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.0-rc.9
14.0.0
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed45d73

Please sign in to comment.