From 1bc3d5add2b71434e988122a735aaa23f37167d5 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Wed, 25 Jan 2023 11:51:16 +0000 Subject: [PATCH] Chore: 2.9.3 # [2.9.3](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.9.2...v2.9.3) (2023-01-25) ## Fix * Appropriate message on error * Appropriate message on error --- src/Tree/Tree.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tree/Tree.csproj b/src/Tree/Tree.csproj index 8a336ff..75051a8 100644 --- a/src/Tree/Tree.csproj +++ b/src/Tree/Tree.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Tree</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net6.0</TargetFramework> - <Version>2.9.2</Version> + <Version>2.9.3</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab