From eabb7e6a32cc19e310f3121f589378c51ae02745 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 6 Apr 2023 09:20:32 +0000 Subject: [PATCH] Chore: 3.3.1 # [3.3.1](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.3.0...v3.3.1) (2023-04-06) ## Fix * Invalidate Metadata * Invalidate Metadata --- 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 d8d73a5..976ee71 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.0</Version> + <Version>3.3.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab