Skip to content

Commit b6bc7f2

Browse files
Update version
1 parent 405c47d commit b6bc7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/SharedCore/Services/VersionChecker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Shared.Core.Services
88
public class VersionChecker
99
{
1010
private static readonly string GitHubLink = @"https://github.com/donkeyProgramming/TheAssetEditor/releases/latest";
11-
public static string CurrentVersion { get => "0.61"; }
11+
public static string CurrentVersion { get => "0.62"; }
1212

1313
public static void CheckVersion()
1414
{

0 commit comments

Comments
 (0)