Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilingzhang committed Dec 23, 2021
1 parent 1de3315 commit 044469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_opentelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ OPENTELEMETRY_BEGIN_EXTERN_C()
extern zend_module_entry opentelemetry_module_entry;
#define phpext_opentelemetry_ptr &opentelemetry_module_entry

#define PHP_OPENTELEMETRY_VERSION "0.1.0" /* Replace with version number for your extension */
#define PHP_OPENTELEMETRY_VERSION "0.2.0" /* Replace with version number for your extension */
#define DEFAULT_ETH_INF "eth0"
#define PHP_OPENTELEMETRY_SERVICE_NAME "opentelemetry"
#define PHP_OPENTELEMETRY_SERVICE_NAME_KEY "SERVICE_NAME"
Expand Down

0 comments on commit 044469f

Please sign in to comment.