Skip to content

Commit 5460b58

Browse files
committed
Update version (0.2.2)
1 parent ea7412d commit 5460b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_jwt.h

+1-1
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.1" /* Replace with version number for your extension */
27+
#define PHP_JWT_VERSION "0.2.2" /* Replace with version number for your extension */
2828

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

0 commit comments

Comments
 (0)