From 65fe7efd3823d2e9be5e0a4e5b8d8d7dcf4ffef4 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 5 May 2025 06:57:35 +0000 Subject: [PATCH] Chore: 2.1.10 # [2.1.10](https://git.rwth-aachen.de/coscine/backend/scripts/graphdeployer/compare/v2.1.9...v2.1.10) (2025-05-05) ## New * Added graph of Bielefeld University * Added graph of Bielefeld University --- 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 0d04069..1c64122 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.9</Version> + <Version>2.1.10</Version> </PropertyGroup> <PropertyGroup> -- GitLab