From e719eecd51a5ac1c51e707198d58db52c0781ffc Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 22 Nov 2022 13:09:44 +0000
Subject: [PATCH] Chore: 2.0.1

# [2.0.1](https://git.rwth-aachen.de/coscine/backend/scripts/pid-migrator/compare/v2.0.0...v2.0.1) (2022-11-22)
---
 src/PIDMigrator/PIDMigrator.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PIDMigrator/PIDMigrator.csproj b/src/PIDMigrator/PIDMigrator.csproj
index 1d810e6..f31a267 100644
--- a/src/PIDMigrator/PIDMigrator.csproj
+++ b/src/PIDMigrator/PIDMigrator.csproj
@@ -5,7 +5,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-  <Version>2.0.0</Version></PropertyGroup>
+  <Version>2.0.1</Version></PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Coscine.Action" Version="3.*-*" />
-- 
GitLab