From 137ff7d31f5524ac0c78afcbd1fb69c4364912a3 Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Mon, 21 Mar 2022 23:32:20 -0500 Subject: [PATCH] Bump Version --- Sharpii.csproj | 2 +- Sharpii/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sharpii.csproj b/Sharpii.csproj index b7e087f..f986738 100644 --- a/Sharpii.csproj +++ b/Sharpii.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net60 true true link diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index 6c945d5..cc4fc96 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -213,7 +213,7 @@ public class BeQuiet } public class ProgramVersion { - public static string version = "1.1.7"; + public static string version = "1.1.8"; } public static class OperatingSystem