We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764a08d commit 5c40711Copy full SHA for 5c40711
WiiLink-Patcher-CLI/WiiLink_Patcher.cs
@@ -16,8 +16,8 @@ class WiiLink_Patcher
16
//// Build Info ////
17
static readonly string version = "v2.0.4";
18
static readonly string copyrightYear = DateTime.Now.Year.ToString();
19
- static readonly string buildDate = "November 25th, 2024";
20
- static readonly string buildTime = "4:45 PM";
+ static readonly string buildDate = "November 26th, 2024";
+ static readonly string buildTime = "5:04 PM";
21
static string? sdcard = DetectRemovableDrive;
22
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
23
////////////////////
0 commit comments