Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b4c2103

Browse files
authored
Bump version in extension constants (#32)
1 parent f90c7f2 commit b4c2103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/php_opencensus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "php.h"
2525
#include "opencensus_trace.h"
2626

27-
#define PHP_OPENCENSUS_VERSION "0.0.2"
27+
#define PHP_OPENCENSUS_VERSION "0.0.3"
2828
#define PHP_OPENCENSUS_EXTNAME "opencensus"
2929

3030
#define PHP_OPENCENSUS_MAKE_STD_ZVAL(pzv) \

0 commit comments

Comments
 (0)