From f995a968756089724f033816f7ebae5b9f524836 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 15 Feb 2022 12:14:12 +0000
Subject: [PATCH] Chore: 2.6.3

# [2.6.3](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.6.2...v2.6.3) (2022-02-15)

## Fix
* Increase Log Level
* Increase Log Level
---
 src/Blob/Blob.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Blob/Blob.csproj b/src/Blob/Blob.csproj
index 01fd403..000d711 100644
--- a/src/Blob/Blob.csproj
+++ b/src/Blob/Blob.csproj
@@ -5,7 +5,7 @@
 		<AssemblyName>Coscine.Api.Blob</AssemblyName>
 		<GenerateDocumentationFile>true</GenerateDocumentationFile>
 		<TargetFramework>net5.0</TargetFramework>
-		<Version>2.6.2</Version>
+		<Version>2.6.3</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab