Skip to content

Commit

Permalink
Bump version in php_redis.h
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Mar 19, 2020
1 parent 429829a commit 650ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PHP_REDIS_H

/* phpredis version */
#define PHP_REDIS_VERSION "5.2.0"
#define PHP_REDIS_VERSION "5.2.1"

PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);
Expand Down

0 comments on commit 650ac05

Please sign in to comment.