From aad586ff09a7dc1f89f3fd1ada2eecc226ad0942 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 24 Feb 2023 14:57:45 +0000
Subject: [PATCH] Chore: 0.1.21

# [0.1.21](https://git.rwth-aachen.de/coscine/backend/scripts/metadatamigrator/compare/v0.1.20...v0.1.21) (2023-02-24)

## Update
* More usage of metadata library
* More usage of metadata library
---
 src/MetadataMigrator/MetadataMigrator.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MetadataMigrator/MetadataMigrator.csproj b/src/MetadataMigrator/MetadataMigrator.csproj
index a7fcb51..4c9e1d3 100644
--- a/src/MetadataMigrator/MetadataMigrator.csproj
+++ b/src/MetadataMigrator/MetadataMigrator.csproj
@@ -5,7 +5,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-  <Version>0.1.20</Version></PropertyGroup>
+  <Version>0.1.21</Version></PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Coscine.Database" Version="2.*-*" />
-- 
GitLab