We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce770b commit 62d61daCopy full SHA for 62d61da
1 file changed
Z64 Utils/Common/UpdateChecker.cs
@@ -10,7 +10,7 @@ namespace Common
10
public static class UpdateChecker
11
{
12
public const string ReleaseURL = @"https://github.com/Random06457/Z64Utils/releases";
13
- public const string CurrentTag = "v1.0.3";
+ public const string CurrentTag = "v1.0.4";
14
public static string GetLatestTag()
15
16
HttpWebRequest req = (HttpWebRequest)WebRequest.Create($"{ReleaseURL}/latest");
0 commit comments