Change the min Bazel version to 0.29.1. (#580)

Since 0.23.0 now breaks on proto_library target, we need to use a higher 
version of Bazel. Right now, 0.29.1 is the latest release.
This commit is contained in:
Evawere Ogbe 2019-09-18 13:54:41 -07:00 committed by Vadym Matsishevskyi
parent efbb545ff6
commit 23f6c4d8d4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ libraries, documentation, and other artifacts.
### Bazel
The recommended way to build the API client libraries is through
[Bazel](https://bazel.build/) >= 0.23.0.
[Bazel](https://bazel.build/) >= 0.29.1.
First, [install bazel](https://docs.bazel.build/versions/master/install.html).