Skip to content

Commit

Permalink
update php-agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Oct 23, 2024
1 parent d1773c4 commit 2352f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_pinpoint_php.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C" {
extern zend_module_entry pinpoint_php_module_entry;
#define phpext_pinpoint_php_ptr &pinpoint_php_module_entry

#define PHP_PINPOINT_PHP_VERSION "0.6.0"
#define PHP_PINPOINT_PHP_VERSION "0.6.1"

#ifdef PHP_WIN32
#define PHP_PINPOINT_PHP_API __declspec(dllexport)
Expand Down

0 comments on commit 2352f99

Please sign in to comment.