From 8f51133ffde323ec5d0d20447fa4d300dbfc2f6a Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 15 Jun 2021 09:17:37 +0000
Subject: [PATCH] Chore: 2.3.3

# [2.3.3](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.3.2...v2.3.3) (2021-06-15)

## Fix
* Trigger pipeline anew to update dependencies to highest version (coscine/issues#1584)
---
 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 cba2d9f..cae551b 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.3.2</Version>
+		<Version>2.3.3</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab