From 02251a0f4e4a02016a2cc707e99b343873540a94 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 3 Jul 2023 13:57:07 +0000 Subject: [PATCH] Chore: 3.3.3 # [3.3.3](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.3.2...v3.3.3) (2023-07-03) ## Fix * 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 a7b88df..6625cc4 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.3.2</Version> + <Version>3.3.3</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab