Skip to content

Commit

Permalink
Bump version to 11.0.0 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Mar 27, 2023
1 parent 6221a49 commit 9272ceb
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 @@
10.0.1
11.0.0
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static int Aerospike_Clear(PyObject *aerospike)
MOD_INIT(aerospike)
{

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

0 comments on commit 9272ceb

Please sign in to comment.