From 96bae9b94e079faa7ee208e9adcd9cd15541b502 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 19 Sep 2022 15:49:08 +0000
Subject: [PATCH] Chore: 0.1.5

# [0.1.5](https://git.rwth-aachen.de/coscine/backend/scripts/trellismigrator/compare/v0.1.4...v0.1.5) (2022-09-19)

## Fix
* Modified date for resources and files
---
 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 eb2fba4..63a0bb3 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.4</Version></PropertyGroup>
+  <Version>0.1.5</Version></PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Coscine.Database" Version="2.*-*" />
-- 
GitLab