Skip to content

Commit

Permalink
2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Nov 23, 2021
1 parent 051faa9 commit 6c3340e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion N_m3u8DL-CLI/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Global
/*===============================================================================*/
static Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
static string nowVer = $"{ver.Major}.{ver.Minor}.{ver.Build}";
static string nowDate = "20211120";
static string nowDate = "20211123";
public static void WriteInit()
{
Console.WriteLine($"N_m3u8DL-CLI version {nowVer} 2018-2021");
Expand Down
4 changes: 2 additions & 2 deletions N_m3u8DL-CLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.8.0")]
[assembly: AssemblyFileVersion("2.9.8.0")]
[assembly: AssemblyVersion("2.9.9.0")]
[assembly: AssemblyFileVersion("2.9.9.0")]

0 comments on commit 6c3340e

Please sign in to comment.