diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-01-19 14:25:15 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-01-19 14:25:15 -0800 |
commit | 43884047c9619d64f6cd1775febf4af1823787b5 (patch) | |
tree | 7378322b506cc9ff80393fc35d0662c11527a876 /src/php | |
parent | d1915a988ed05559ab3cfca57d7207fa5df5a1f4 (diff) |
Regenerate projects
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/composer.json | 2 | ||||
-rw-r--r-- | src/php/ext/grpc/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/php/composer.json b/src/php/composer.json index 43833980f9..ea21417956 100644 --- a/src/php/composer.json +++ b/src/php/composer.json @@ -2,7 +2,7 @@ "name": "grpc/grpc-dev", "description": "gRPC library for PHP - for Developement use only", "license": "Apache-2.0", - "version": "1.9.0", + "version": "1.10.0", "require": { "php": ">=5.5.0", "google/protobuf": "^v3.3.0" diff --git a/src/php/ext/grpc/version.h b/src/php/ext/grpc/version.h index 48131d72d1..408f2a4765 100644 --- a/src/php/ext/grpc/version.h +++ b/src/php/ext/grpc/version.h @@ -20,6 +20,6 @@ #ifndef VERSION_H #define VERSION_H -#define PHP_GRPC_VERSION "1.9.0dev" +#define PHP_GRPC_VERSION "1.10.0dev" #endif /* VERSION_H */ |