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