From 9441c4e190709336238864746ea501a150e2e570 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Thu, 8 Jul 2021 11:46:02 +0000
Subject: [PATCH] Chore: 2.3.2

# [2.3.2](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.3.1...v2.3.2) (2021-07-08)

## Fix
* Get entries crashed for too many files
* get entries crash for to many files coscine/issues#1634
---
 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 397ec84..750c924 100644
--- a/src/Tree/Tree.csproj
+++ b/src/Tree/Tree.csproj
@@ -5,7 +5,7 @@
 		<AssemblyName>Coscine.Api.Tree</AssemblyName>
 		<GenerateDocumentationFile>true</GenerateDocumentationFile>
 		<TargetFramework>net5.0</TargetFramework>
-		<Version>2.3.1</Version>
+		<Version>2.3.2</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab