From 1460a2f7d11b93d6b55156a06c5e4cda38d06da1 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Tue, 15 Nov 2022 23:23:31 +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 a269b1f..b841966 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) 20221114"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221115"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex();