Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Aug 29, 2024
1 parent e9da57f commit 31710f0
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.07.15</Version>
<Version>2024.08.29</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-07-15";
const string Version = "2024-08-29";

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

0 comments on commit 31710f0

Please # to comment.