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 60eef5a commit 1ecbd60Copy full SHA for 1ecbd60
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";
+ static readonly string version = "v2.0.2-1";
17
static readonly string copyrightYear = DateTime.Now.Year.ToString();
18
- static readonly string buildDate = "April 1st, 2024";
19
- static readonly string buildTime = "7:09 PM";
+ static readonly string buildDate = "April 13th, 2024";
+ static readonly string buildTime = "4:13 PM";
20
static string? sdcard = DetectRemovableDrive;
21
static readonly string wiiLinkPatcherUrl = "https://patcher.wiilink24.com";
22
////////////////////
0 commit comments