From aaaec372f92bc205502afb8bf3436d5c778d527d Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Tue, 9 Apr 2024 12:06:52 +0000
Subject: [PATCH] Chore: 0.1.22

# [0.1.22](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.21...v0.1.22) (2024-04-09)

## Update
* Now using IAsyncEnumerable to yield results
* Now using IAsyncEnumerable to yield results
---
 src/SQL2Linked/SQL2Linked.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SQL2Linked/SQL2Linked.csproj b/src/SQL2Linked/SQL2Linked.csproj
index d2da8b2..e4e230e 100644
--- a/src/SQL2Linked/SQL2Linked.csproj
+++ b/src/SQL2Linked/SQL2Linked.csproj
@@ -5,7 +5,7 @@
 		<TargetFramework>net8.0</TargetFramework>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<Version>0.1.21</Version>
+		<Version>0.1.22</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>
-- 
GitLab