From 8efeb2c1e924bb9eb25832df00f0599fd2cb004d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Apr 2021 08:15:12 +0200 Subject: [PATCH] Fix version --- php_simple_kafka_client_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h index d34a19a..63b22c0 100644 --- a/php_simple_kafka_client_int.h +++ b/php_simple_kafka_client_int.h @@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers; #define phpext_kafka_ptr &simple_kafka_client_module_entry -#define PHP_KAFKA_VERSION "0.1.0" +#define PHP_KAFKA_VERSION "0.1.1" static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])