From edca70bc92b091149e2db6f0c447a96ab45f14ed Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 15 Dec 2022 14:14:02 +0000 Subject: [PATCH] Chore: 0.1.13 # [0.1.13](https://git.rwth-aachen.de/coscine/backend/scripts/kpi-generator/compare/v0.1.12...v0.1.13) (2022-12-15) ## Fix * Organizations --- src/KPI Generator/KPI Generator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KPI Generator/KPI Generator.csproj b/src/KPI Generator/KPI Generator.csproj index 6656c30..b87a21f 100644 --- a/src/KPI Generator/KPI Generator.csproj +++ b/src/KPI Generator/KPI Generator.csproj @@ -7,7 +7,7 @@ <AssemblyName>Coscine.KpiGenerator</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.12</Version> + <Version>0.1.13</Version> </PropertyGroup> <PropertyGroup> -- GitLab