Skip to content

Commit

Permalink
Merge pull request #3 from citrusleaf/fixversionHub
Browse files Browse the repository at this point in the history
update version to 3.8.0
  • Loading branch information
dwelch-spike committed Aug 27, 2019
2 parents 358e569 + e70b706 commit 2242408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ AerospikeConstants operator_constants[] = {
MOD_INIT(aerospike)
{

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

0 comments on commit 2242408

Please sign in to comment.