Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Oct 28, 2024
1 parent 76f4873 commit 30ca45d
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.10.24</Version>
<Version>2024.10.28</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 @@ -11,7 +11,7 @@ namespace Extractor
{
class Program
{
const string Version = "2024-10-24";
const string Version = "2024-10-28";

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

0 comments on commit 30ca45d

Please sign in to comment.