Skip to content

Commit

Permalink
Check conformance with Protobuf v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarp committed Mar 26, 2019
1 parent 3b7248d commit 3f8a1a5
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.7.0 --detach
git checkout tags/v3.7.1 --detach

git submodule update --init --recursive

Expand Down

0 comments on commit 3f8a1a5

Please sign in to comment.