From 53d00e114d1b89c1243690d7799b015579860ad0 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 16 Dec 2022 13:32:46 +0000 Subject: [PATCH] Chore: 1.2.6 # [1.2.6](https://git.rwth-aachen.de/coscine/backend/scripts/graphdeployer/compare/v1.2.5...v1.2.6) (2022-12-16) ## Fix * Deploy only changed graphs * Deploy only changed graphs --- 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 fa9711d..f3b75b1 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>1.2.5</Version> + <Version>1.2.6</Version> </PropertyGroup> <PropertyGroup> -- GitLab