From 0871b7fec0354cf4463489ea6726603d3f6dd400 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 19 Dec 2022 10:42:07 +0000
Subject: [PATCH] Chore: 0.1.9

# [0.1.9](https://git.rwth-aachen.de/coscine/backend/scripts/trellismigrator/compare/v0.1.8...v0.1.9) (2022-12-19)

## Fix
* Remove unnecessary assertion
---
 src/TrellisMigrator/TrellisMigrator.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TrellisMigrator/TrellisMigrator.csproj b/src/TrellisMigrator/TrellisMigrator.csproj
index 4fb149f..45ef962 100644
--- a/src/TrellisMigrator/TrellisMigrator.csproj
+++ b/src/TrellisMigrator/TrellisMigrator.csproj
@@ -5,7 +5,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-  <Version>0.1.8</Version></PropertyGroup>
+  <Version>0.1.9</Version></PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Coscine.Database" Version="2.*-*" />
-- 
GitLab