Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Jul 15, 2024
1 parent 1f84a90 commit 56dc714
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.04</Version>
<Version>2024.07.15</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Extractor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Extractor
{
class Program
{
const string Version = "2024-07-04";
const string Version = "2024-07-15";

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

0 comments on commit 56dc714

Please sign in to comment.