From 2c9d6c818778271197f5106e773c96d09385f973 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Fri, 4 Nov 2022 15:46:49 +0800 Subject: [PATCH] Update CommandInvoker.cs --- src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs index 976cd9f..c865fc4 100644 --- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs +++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs @@ -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();