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 7095799 commit 407617eCopy full SHA for 407617e
WiiLink-Patcher-CLI/WiiLink_Patcher.cs
@@ -13,10 +13,10 @@
13
class WiiLink_Patcher
14
{
15
//// Build Info ////
16
- static readonly string version = "v2.0.2 Nightly 3312024-1755";
+ static readonly string version = "v2.0.2 RC1 Nightly";
17
static readonly string copyrightYear = DateTime.Now.Year.ToString();
18
- static readonly string buildDate = "March 30th, 2024";
19
- static readonly string buildTime = "5:43 PM";
+ static readonly string buildDate = "April 1st, 2024";
+ static readonly string buildTime = "5:04 PM";
20
static string? sdcard = DetectRemovableDrive;
21
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
22
////////////////////
0 commit comments