Skip to content

Commit

Permalink
Update version to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyProgramming committed Nov 22, 2024
1 parent 28edc54 commit 1949e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/SharedCore/Services/VersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Shared.Core.Services
public class VersionChecker
{
private static readonly string GitHubLink = @"https://github.com/donkeyProgramming/TheAssetEditor/releases/latest";
public static string CurrentVersion { get => "0.53"; }
public static string CurrentVersion { get => "0.54"; }

public static void CheckVersion()
{
Expand Down

0 comments on commit 1949e88

Please sign in to comment.