Skip to content

Commit

Permalink
Merge pull request #288 from aerospike/stage
Browse files Browse the repository at this point in the history
PR: update release version to 7.1.1
  • Loading branch information
rpandian-spike committed Sep 30, 2022
2 parents fd8f5ed + 3ca6066 commit 44ea8a1
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 @@
7.1.0
7.1.1
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int Aerospike_Clear(PyObject *aerospike)
MOD_INIT(aerospike)
{

const char version[8] = "7.1.0";
const char version[8] = "7.1.1";
// Makes things "thread-safe"
PyEval_InitThreads();
int i = 0;
Expand Down

0 comments on commit 44ea8a1

Please sign in to comment.