aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-02-07 13:14:50 -0800
committerGitHub <noreply@github.com>2019-02-07 13:14:50 -0800
commita1332ae3cef80b9481c98562389eb8911da34877 (patch)
tree7373c4795641f892da621e27c2d286478b3d8d1a /php
parent847ee580f20b2bac0ccbe6e5ba17c4adf0c56644 (diff)
downloadprotobuf-a1332ae3cef80b9481c98562389eb8911da34877.tar.gz
RC release should use beta for api version (#5695)
Diffstat (limited to 'php')
-rw-r--r--php/ext/google/protobuf/package.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index c8c57ab07..999b92ed9 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -17,8 +17,8 @@
<api>3.7.0</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>beta</release>
+ <api>beta</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>