From 6936488184dbf21fca41f4bda82e7ea13f9b3390 Mon Sep 17 00:00:00 2001 From: sk-zk Date: Thu, 24 Oct 2024 14:04:21 +0200 Subject: [PATCH] Increase version --- Extractor/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";