From cb46d2d412c796fd5235487296722da5aed825fb Mon Sep 17 00:00:00 2001 From: nilaoda Date: Thu, 27 Oct 2022 15:14:51 +0800 Subject: [PATCH] 1027 --- 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 8372be3..15a231c 100644 --- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs +++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs @@ -17,7 +17,7 @@ namespace N_m3u8DL_RE.CommandLine { 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)")] private static partial Regex ForStrRegex();