We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405c47d commit b6bc7f2Copy full SHA for b6bc7f2
Shared/SharedCore/Services/VersionChecker.cs
@@ -8,7 +8,7 @@ namespace Shared.Core.Services
8
public class VersionChecker
9
{
10
private static readonly string GitHubLink = @"https://github.com/donkeyProgramming/TheAssetEditor/releases/latest";
11
- public static string CurrentVersion { get => "0.61"; }
+ public static string CurrentVersion { get => "0.62"; }
12
13
public static void CheckVersion()
14
0 commit comments