We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17654f7 commit 42768b9Copy full SHA for 42768b9
Lingarr.Core/LingarrVersion.cs
@@ -5,7 +5,7 @@ namespace Lingarr.Core;
5
public static class LingarrVersion
6
{
7
public const string Name = "Lingarr";
8
- public const string Number = "1.0.7";
+ public const string Number = "1.0.8";
9
10
public static async Task<VersionInfo> CheckForUpdates(object? lingarrApiService = null)
11
0 commit comments