Skip to content

Commit 6052757

Browse files
authored
Fix version (#35)
1 parent 4d23061 commit 6052757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_simple_kafka_client_int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers;
143143

144144
#define phpext_kafka_ptr &simple_kafka_client_module_entry
145145

146-
#define PHP_KAFKA_VERSION "0.1.0"
146+
#define PHP_KAFKA_VERSION "0.1.1"
147147

148148

149149
static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])

0 commit comments

Comments
 (0)