From 524afdacb19fc8b5d08e29e08a2b704a13f10aba Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 25 Jul 2024 08:56:01 +0000 Subject: [PATCH] Chore: 2.1.1 # [2.1.1](https://git.rwth-aachen.de/coscine/backend/scripts/graphdeployer/compare/v2.1.0...v2.1.1) (2024-07-25) ## Fix * Reduced log verbosity * Reduced log verbosity --- src/GraphDeployer/GraphDeployer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphDeployer/GraphDeployer.csproj b/src/GraphDeployer/GraphDeployer.csproj index cd34b57..c0d7cba 100644 --- a/src/GraphDeployer/GraphDeployer.csproj +++ b/src/GraphDeployer/GraphDeployer.csproj @@ -7,7 +7,7 @@ <AssemblyName>Coscine.GraphDeployer</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>2.1.0</Version> + <Version>2.1.1</Version> </PropertyGroup> <PropertyGroup> -- GitLab