Bump Version

This commit is contained in:
Michael 2022-03-21 23:32:20 -05:00
parent b028f56ad7
commit 137ff7d31f
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net60</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<TrimMode>link</TrimMode>

View file

@ -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