Skip to content

Commit fbc76a8

Browse files
committed
Merge branch 'master' into develop
2 parents b29ff91 + a86d6c9 commit fbc76a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_jwt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern zend_module_entry jwt_module_entry;
2525
#define phpext_jwt_ptr &jwt_module_entry
2626

27-
#define PHP_JWT_VERSION "0.2.2" /* Replace with version number for your extension */
27+
#define PHP_JWT_VERSION "0.2.3"
2828

2929
#ifdef PHP_WIN32
3030
# define PHP_JWT_API __declspec(dllexport)

0 commit comments

Comments
 (0)