This commit is contained in:
nilaoda 2023-06-18 12:33:11 +08:00
parent 4c608198d7
commit d2d3c5b19f
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace N_m3u8DL_RE.CommandLine
{
internal partial class CommandInvoker
{
public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20230617";
public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20230618";
[GeneratedRegex("((best|worst)\\d*|all)")]
private static partial Regex ForStrRegex();

View File

@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.8</Version>
<Version>0.1.9</Version>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>