aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2018-10-08 15:50:50 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2018-10-08 15:50:50 -0700
commite5ce1e36e6d9a920e645e75aeb5d61b3946416d4 (patch)
tree7823345e4fb56e3667eec8f1862e2ee91a7fb8a5 /src/php
parent020bdd102f55ad0b5eb2bfee356d6541790b4d1f (diff)
Regenerate projects
Diffstat (limited to 'src/php')
-rw-r--r--src/php/composer.json2
-rw-r--r--src/php/ext/grpc/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index f31423f8c0..d54db91b5f 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.16.0",
+ "version": "1.17.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 469a48e782..70f8bbbf40 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.16.0dev"
+#define PHP_GRPC_VERSION "1.17.0dev"
#endif /* VERSION_H */