From 31710f0285e0a1f3168c32a1ccdae31fa26d68ac Mon Sep 17 00:00:00 2001 From: sk-zk Date: Thu, 29 Aug 2024 06:45:45 +0200 Subject: [PATCH] Increase version --- Extractor/Extractor.csproj | 2 +- Extractor/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Extractor/Extractor.csproj b/Extractor/Extractor.csproj index d1ba8e7..ca5abf3 100644 --- a/Extractor/Extractor.csproj +++ b/Extractor/Extractor.csproj @@ -7,7 +7,7 @@ Extractor true true - 2024.07.15 + 2024.08.29 true diff --git a/Extractor/Program.cs b/Extractor/Program.cs index b248f9a..40e022a 100644 --- a/Extractor/Program.cs +++ b/Extractor/Program.cs @@ -13,7 +13,7 @@ namespace Extractor { class Program { - const string Version = "2024-07-15"; + const string Version = "2024-08-29"; static bool launchedByExplorer = false; static string destination = "./extracted/";