This commit is contained in:
nilaoda 2022-10-27 15:14:51 +08:00
parent a6fb6b5510
commit cb46d2d412
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace N_m3u8DL_RE.CommandLine
{ {
internal partial class CommandInvoker internal partial class CommandInvoker
{ {
public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221024"; public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221027";
[GeneratedRegex("((best|worst)\\d*|all)")] [GeneratedRegex("((best|worst)\\d*|all)")]
private static partial Regex ForStrRegex(); private static partial Regex ForStrRegex();