From a7459a628a318f392e2335643692ca14d0d8c833 Mon Sep 17 00:00:00 2001
From: Liza Carvelli <liza@carvel.li>
Date: Mon, 10 Jun 2024 20:01:51 +0200
Subject: [PATCH] Bump Version

---
 Questionable/Questionable.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj
index b24b3ae3..e4675d69 100644
--- a/Questionable/Questionable.csproj
+++ b/Questionable/Questionable.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>net8.0-windows</TargetFramework>
-        <Version>0.7</Version>
+        <Version>0.8</Version>
         <LangVersion>12</LangVersion>
         <Nullable>enable</Nullable>
         <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>