aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-08-02 17:49:41 -0700
committerBo Yang <teboring@google.com>2018-08-02 17:49:41 -0700
commit8205c14e416dbddfef781a3c9ff60c0ae84ffe76 (patch)
treee5d9bee13858acaaa320df548ccf92828f3b3d23 /config.sh
parent06e415afe458aab41f53650a9ac089cbcb70987c (diff)
downloadprotobuf-8205c14e416dbddfef781a3c9ff60c0ae84ffe76.tar.gz
protobuf-8205c14e416dbddfef781a3c9ff60c0ae84ffe76.tar.bz2
protobuf-8205c14e416dbddfef781a3c9ff60c0ae84ffe76.zip
Update version to 3.6.1
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 94c45f3a..7641a3a1 100644
--- a/config.sh
+++ b/config.sh
@@ -38,7 +38,7 @@ function bdist_wheel_cmd {
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sed -i.bu "s/^__version__.*/__version__ = '$BUILD_VERSION'/" google/protobuf/__init__.py
else
- sed -i "s/^__version__.*/__version__ = '3.6.0'/" google/protobuf/__init__.py
+ sed -i "s/^__version__.*/__version__ = '3.6.1'/" google/protobuf/__init__.py
fi
cat google/protobuf/__init__.py