aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Sanjay Pujare <sanjaypujare@users.noreply.github.com>2019-01-03 15:35:20 -0800
committerGravatar Sanjay Pujare <sanjaypujare@users.noreply.github.com>2019-01-03 15:35:20 -0800
commit94d55876438a8178aae85ded57e3d04ff3f298c5 (patch)
tree8f967ae4fc69f77d7803bcf2dea66b29153d4b31 /src/php
parentd99f2f03074ef978b593ec0fdbe6295cd0235500 (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 9c298c0e85..75fab483f1 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.18.0",
+ "version": "1.19.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 1ddf90a667..c85ee4d315 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.18.0dev"
+#define PHP_GRPC_VERSION "1.19.0dev"
#endif /* VERSION_H */