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 b782eeb commit 268416dCopy full SHA for 268416d
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.3";
+ public const string Number = "1.0.4";
9
10
public static async Task<VersionInfo> CheckForUpdates(object? lingarrApiService = null)
11
0 commit comments