Skip to content

Commit 62d61da

Browse files
committed
bump version
1 parent dce770b commit 62d61da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Z64 Utils/Common/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Common
1010
public static class UpdateChecker
1111
{
1212
public const string ReleaseURL = @"https://github.com/Random06457/Z64Utils/releases";
13-
public const string CurrentTag = "v1.0.3";
13+
public const string CurrentTag = "v1.0.4";
1414
public static string GetLatestTag()
1515
{
1616
HttpWebRequest req = (HttpWebRequest)WebRequest.Create($"{ReleaseURL}/latest");

0 commit comments

Comments
 (0)