From ed26ed1cb9711d8d90fc3447c996c67335f945db Mon Sep 17 00:00:00 2001 From: heyanlong Date: Thu, 1 Aug 2019 16:48:15 +0800 Subject: [PATCH] 317 --- php_skywalking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_skywalking.h b/php_skywalking.h index 5f678f3..4a461dd 100644 --- a/php_skywalking.h +++ b/php_skywalking.h @@ -24,7 +24,7 @@ extern zend_module_entry skywalking_module_entry; #define phpext_skywalking_ptr &skywalking_module_entry -#define PHP_SKYWALKING_VERSION "3.1.6" /* Replace with version number for your extension */ +#define PHP_SKYWALKING_VERSION "3.1.7" /* Replace with version number for your extension */ #ifdef PHP_WIN32 # define PHP_SKYWALKING_API __declspec(dllexport) -- GitLab