From 46ed823f6feb503533596c9bb7b9928a390e2ca8 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 13 Jan 2023 13:32:52 +0000
Subject: [PATCH] Chore: 3.0.6

# [3.0.6](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.0.5...v3.0.6) (2023-01-13)

## Fix
* Update dependencies
* Update dependencies
---
 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 fd31c12..ff72fec 100644
--- a/src/Blob/Blob.csproj
+++ b/src/Blob/Blob.csproj
@@ -5,7 +5,7 @@
 		<AssemblyName>Coscine.Api.Blob</AssemblyName>
 		<GenerateDocumentationFile>true</GenerateDocumentationFile>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>3.0.5</Version>
+		<Version>3.0.6</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab