Update CommandInvoker.cs

This commit is contained in:
nilaoda 2022-11-04 15:46:49 +08:00
parent f2813bc257
commit 2c9d6c8187
1 changed files with 1 additions and 1 deletions

View File

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