diff options
author | Craig Tiller <ctiller@google.com> | 2017-06-02 16:06:26 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-06-02 16:06:26 -0700 |
commit | c7717225af1d069b3e16b569f7956c2ea1ce0133 (patch) | |
tree | fca979e67fe32e2366f2d374ddbafb35f1bfd854 /src/python/grpcio_health_checking | |
parent | 0d8b98da1f04d643fcc1baa9be3acfb99cb3b09a (diff) | |
parent | 71005b169afbac8b5b84e76f86e87c2c0aae1af4 (diff) |
Merge branch 'ALL-the-things' of github.com:ctiller/grpc into ALL-the-things
Diffstat (limited to 'src/python/grpcio_health_checking')
-rw-r--r-- | src/python/grpcio_health_checking/grpc_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/grpc_version.py b/src/python/grpcio_health_checking/grpc_version.py index 26aa555e14..26a8301883 100644 --- a/src/python/grpcio_health_checking/grpc_version.py +++ b/src/python/grpcio_health_checking/grpc_version.py @@ -29,4 +29,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!! -VERSION='1.4.0.dev0' +VERSION='1.5.0.dev0' |