diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-31 11:49:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-31 13:19:42 -0800 |
commit | bc3a24d62788bd6b881afeda230f1a5550a5709a (patch) | |
tree | 59311f84487e7482454f7a897715fe27c9eb3c79 /kokoro | |
parent | 7c118f7e192d403e716807c0f75f3f6d077a31ba (diff) |
Internal change.
PiperOrigin-RevId: 292587459
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/kythe/generate_xrefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index 7a0fbb3cd..323b0f77b 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -23,7 +23,7 @@ bazel version python3 -V -readonly KYTHE_VERSION='v0.0.39' +readonly KYTHE_VERSION='v0.0.41' readonly WORKDIR="$(mktemp -d)" readonly KYTHE_DIR="${WORKDIR}/kythe-${KYTHE_VERSION}" if [[ -n "$KOKORO_GIT_COMMIT" ]]; then |