From 1e260570bbb583888eed07e2b78cc69eaaa2306a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:57:26 +0000 Subject: [PATCH] Update version to 1.1.0-rc.6 --- aruna/api/google | 2 +- aruna/api/storage/services/v1/project_service.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aruna/api/google b/aruna/api/google index 45001d80..d39c91b3 160000 --- a/aruna/api/google +++ b/aruna/api/google @@ -1 +1 @@ -Subproject commit 45001d80e079b14e4c808a93f99849a9325835c0 +Subproject commit d39c91b3ac0abec1490ef00010107355a4dae317 diff --git a/aruna/api/storage/services/v1/project_service.proto b/aruna/api/storage/services/v1/project_service.proto index 5872894f..cbcfedd1 100644 --- a/aruna/api/storage/services/v1/project_service.proto +++ b/aruna/api/storage/services/v1/project_service.proto @@ -14,7 +14,7 @@ import "protoc-gen-openapiv2/options/annotations.proto"; option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "Aruna Object Storage (AOS) REST API"; - version: "1.1.0-rc.5" + version: "1.1.0-rc.6" }; // Overwriting host entry breaks tests, so this is not done here. schemes: HTTPS;