From dbd81abcc44aab8aac461088fc2beaa6c11b1e27 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Tue, 20 Dec 2022 11:51:25 +0800 Subject: [PATCH] 20221220 --- 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 d7322d2..feea8c7 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) 20221219"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221220"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex();