diff options
author | Srini Polavarapu <35056280+srini100@users.noreply.github.com> | 2018-08-10 11:07:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 11:07:50 -0700 |
commit | 23d7ea43e6777ca153a7e0325484cf1722995a69 (patch) | |
tree | 5d965f2685b4c7bf55a48a9c971e4e5f67357997 | |
parent | 1619916ce86ed9927dbe31ab788cadfbb8ddfdd6 (diff) | |
parent | fc0b3073b11925bc51d4344458dd216d1b2e29c7 (diff) |
Merge pull request #16303 from srini100/master
Add v1.14.1 to interop matrix
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index dff33c88c0..bb9222d953 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -97,7 +97,7 @@ LANG_RELEASE_MATRIX = { 'v1.13.0': None }, { - 'v1.14.0': None + 'v1.14.1': None }, ], 'go': [ @@ -226,7 +226,7 @@ LANG_RELEASE_MATRIX = { 'v1.13.0': None }, { - 'v1.14.0': None + 'v1.14.1': None }, ], 'node': [ @@ -314,7 +314,7 @@ LANG_RELEASE_MATRIX = { 'v1.13.0': None }, { - 'v1.14.0': None + 'v1.14.1': None }, ], 'php': [ @@ -358,7 +358,7 @@ LANG_RELEASE_MATRIX = { 'v1.13.0': None }, { - 'v1.14.0': None + 'v1.14.1': None }, ], 'csharp': [ @@ -407,7 +407,7 @@ LANG_RELEASE_MATRIX = { 'v1.13.0': None }, { - 'v1.14.0': None + 'v1.14.1': None }, ], } |