From cd211087be200b2d5682e1d74feb94045513d232 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Wed, 9 Nov 2022 00:41:25 +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 c865fc4..fb289a8 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) 20221104"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221109"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex();