From 769fe4e9267442ec8863e0bc04dcac3a62085754 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sun, 6 Dec 2020 21:32:38 +0800 Subject: [PATCH] Update Global.cs --- N_m3u8DL-CLI/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/N_m3u8DL-CLI/Global.cs b/N_m3u8DL-CLI/Global.cs index ceb3e73..f50d56f 100644 --- a/N_m3u8DL-CLI/Global.cs +++ b/N_m3u8DL-CLI/Global.cs @@ -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();