diff options
author | Carl Mastrangelo <notcarl@google.com> | 2018-07-30 16:11:01 -0700 |
---|---|---|
committer | Carl Mastrangelo <notcarl@google.com> | 2018-07-30 16:11:01 -0700 |
commit | 5eb6962187977a267d848aff41bdfa7f344ce1e3 (patch) | |
tree | db9a66f6fd2ca0c0014bb66d31b4363d8a6ca9f0 /tools/interop_matrix | |
parent | fc3caf820e9c421dd27fb6578acc7485337d3df7 (diff) |
bump grpc java to 1.14.0
Diffstat (limited to 'tools/interop_matrix')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index fae78909da..26bd483203 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -178,6 +178,9 @@ LANG_RELEASE_MATRIX = { { 'v1.13.1': None }, + { + 'v1.14.0': None + }, ], 'python': [ { |