From 9f7b031ce5aec737d64af28d13c37849708c14f2 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 27 Jul 2021 10:10:52 +0000
Subject: [PATCH] Chore: 2.4.2

# [2.4.2](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.4.1...v2.4.2) (2021-07-27)

## Fix
* Update Dependencies (coscine/issues#1668)
---
 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 b51e2cf..f614aa2 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.4.1</Version>
+		<Version>2.4.2</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab