aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <psrini@google.com>2018-06-08 17:01:18 -0700
committerGravatar Srini Polavarapu <psrini@google.com>2018-06-08 17:01:18 -0700
commitc79c1563074246186be92f47ff6cc79b77ecf541 (patch)
tree225f6981caa71586a26af9fe8ca6166f7551bfc9 /src/php
parent75f697db9c55f4ff42177e31eb4acf8cf1019143 (diff)
Regenrate 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 03dffb40ab..94918417d9 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.13.0",
+ "version": "1.14.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 407d6347e6..c985863cb5 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.13.0dev"
+#define PHP_GRPC_VERSION "1.14.0dev"
#endif /* VERSION_H */