Update CommandInvoker.cs

This commit is contained in:
nilaoda 2022-11-15 23:23:31 +08:00
parent 8f3152bda4
commit 1460a2f7d1
1 changed files with 1 additions and 1 deletions

View File

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