From be32f625f19a1930142f78c03e1fe53f45507928 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 23 Mar 2023 12:57:59 +0000 Subject: [PATCH] Chore: 2.4.2 # [2.4.2](https://git.rwth-aachen.de/coscine/backend/apis/pid/compare/v2.4.1...v2.4.2) (2023-03-23) --- src/Pid/Pid.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pid/Pid.csproj b/src/Pid/Pid.csproj index d876505..5645d78 100644 --- a/src/Pid/Pid.csproj +++ b/src/Pid/Pid.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Pid</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net6.0</TargetFramework> - <Version>2.4.1</Version> + <Version>2.4.2</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab