Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Sep 16, 2024
1 parent 78b344c commit 10f1696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extractor/Extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Extractor</RootNamespace>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<Version>2024.09.02</Version>
<Version>2024.09.16</Version>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Extractor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Extractor
{
class Program
{
const string Version = "2024-09-02";
const string Version = "2024-09-16";

static bool launchedByExplorer = false;
static string destination = "./extracted/";
Expand Down

0 comments on commit 10f1696

Please sign in to comment.