From 00bce19aea2286aa28b8be56ebfc175b69f2bc39 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sun, 30 Jun 2024 20:30:48 +0800 Subject: [PATCH] update build date --- 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 f9875e7..ceb9777 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) 20240622"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20240630"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex();