diff --git a/Extractor/Program.cs b/Extractor/Program.cs index 74a5473..8ee8b0d 100644 --- a/Extractor/Program.cs +++ b/Extractor/Program.cs @@ -16,7 +16,7 @@ namespace Extractor { class Program { - const string Version = "2024-10-01"; + const string Version = "2024-10-24"; static bool launchedByExplorer = false; static string destination = "./extracted";