Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Aug 20, 2024
1 parent 535c7a6 commit 0546eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions FF16PackLib.CLI/FF16PackLib.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FF16PackLib.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace FF16PackLib.CLI;

public class Program
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";

static void Main(string[] args)
{
Expand Down

0 comments on commit 0546eea

Please sign in to comment.