From a12068000165032cf600169fa788f2fe5f3186ce Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Wed, 30 Mar 2022 09:37:30 +0000 Subject: [PATCH] Chore: 2.3.3 # [2.3.3](https://git.rwth-aachen.de/coscine/backend/apis/sts/compare/v2.3.2...v2.3.3) (2022-03-30) ## Fix * Update Dependencies --- src/STS/STS.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/STS/STS.csproj b/src/STS/STS.csproj index 97a1d78..db73607 100644 --- a/src/STS/STS.csproj +++ b/src/STS/STS.csproj @@ -6,7 +6,7 @@ <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net5.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - <Version>2.3.2</Version></PropertyGroup> + <Version>2.3.3</Version></PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> <Company>IT Center, RWTH Aachen University</Company> -- GitLab