Skip to content

Commit ea9de55

Browse files
authored
更新编译日期
1 parent 87914a3 commit ea9de55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace N_m3u8DL_RE.CommandLine;
1717

1818
internal static partial class CommandInvoker
1919
{
20-
public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241201";
20+
public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241203";
2121

2222
[GeneratedRegex("((best|worst)\\d*|all)")]
2323
private static partial Regex ForStrRegex();
@@ -645,4 +645,4 @@ public static async Task<int> InvokeArgs(string[] args, Func<MyOption, Task> act
645645

646646
return await parser.InvokeAsync(args);
647647
}
648-
}
648+
}

0 commit comments

Comments
 (0)