diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-06-22 13:24:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 13:24:53 -0700 |
commit | c75473fcefbaa984ca9f7961345744ba81399fe0 (patch) | |
tree | a397031660e834a74d4c6144a4e71aaae87a64fd /src/php | |
parent | 6c7b6b88678a8ffb9aa51e7285c78fe9c1a6c1ac (diff) | |
parent | ed0dc067bac46de439fd57d6ae706c4157eb1bec (diff) |
Merge pull request #15849 from mehrdada/bump-rc3
Bump rc3
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/ext/grpc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/version.h b/src/php/ext/grpc/version.h index 7db0fce1e2..19d982c538 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.0RC2" +#define PHP_GRPC_VERSION "1.13.0RC3" #endif /* VERSION_H */ |