Skip to content

Commit

Permalink
Update Global.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Nov 26, 2020
1 parent ec5892c commit 7d980ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion N_m3u8DL-CLI/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Global
/*===============================================================================*/
static Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
static string nowVer = $"{ver.Major}.{ver.Minor}.{ver.Build}";
static string nowDate = "20201125";
static string nowDate = "20201126";
public static void WriteInit()
{
Console.Clear();
Expand Down

0 comments on commit 7d980ec

Please sign in to comment.