From 85eaf7d4bd17d4166b1f701384eaa31f3289ca53 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sat, 29 Oct 2022 16:34:35 +0800 Subject: [PATCH] 1029 --- 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 57207c1..8038e25 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) 20221028"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20221029"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex();