Skip to content

Commit

Permalink
Check conformance with Protobuf v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarp committed Sep 8, 2019
1 parent 9cc1bae commit c6405bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/run-conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if cd protobuf >/dev/null 2>&1; then
else
git clone https://github.com/google/protobuf.git && cd protobuf
fi
git checkout tags/v3.9.0 --detach
git checkout tags/v3.9.1 --detach

git submodule update --init --recursive

Expand Down

0 comments on commit c6405bc

Please sign in to comment.