Skip to content

Commit

Permalink
Update Global.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Dec 6, 2020
1 parent 1f57ba7 commit 769fe4e
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 = "20201202";
static string nowDate = "20201206";
public static void WriteInit()
{
Console.Clear();
Expand Down

0 comments on commit 769fe4e

Please sign in to comment.