Skip to content

Commit 5c40711

Browse files
committed
v2.0.4 RC2
1 parent 764a08d commit 5c40711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WiiLink-Patcher-CLI/WiiLink_Patcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class WiiLink_Patcher
1616
//// Build Info ////
1717
static readonly string version = "v2.0.4";
1818
static readonly string copyrightYear = DateTime.Now.Year.ToString();
19-
static readonly string buildDate = "November 25th, 2024";
20-
static readonly string buildTime = "4:45 PM";
19+
static readonly string buildDate = "November 26th, 2024";
20+
static readonly string buildTime = "5:04 PM";
2121
static string? sdcard = DetectRemovableDrive;
2222
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
2323
////////////////////

0 commit comments

Comments
 (0)