Skip to content

Commit

Permalink
Auto-bump version to 15.0.0rc3.dev5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent b72fcf2 commit 6e083ca
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 @@
15.0.0rc3.dev4
15.0.0rc3.dev5
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[] = "15.0.0rc3.dev4";
const char version[] = "15.0.0rc3.dev5";
// Makes things "thread-safe"
Py_Initialize();
int i = 0;
Expand Down

0 comments on commit 6e083ca

Please sign in to comment.