From 38460d44b5ba787be956dd1cfe8aa42194dc5527 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 1 Dec 2022 13:42:01 +0000 Subject: [PATCH] Chore: 3.0.3 # [3.0.3](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.0.2...v3.0.3) (2022-12-01) ## 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 0d382ff..45578a7 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.2</Version> + <Version>3.0.3</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab