Skip to content

Commit

Permalink
bump version: CLI 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Nov 12, 2024
1 parent 0bcad5e commit e18d494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GTAdhocToolchain.CLI/GTAdhocToolchain.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<BaseOutputPath></BaseOutputPath>
<AssemblyName>adhoc</AssemblyName>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
<Version>1.0.3</Version>
</PropertyGroup>

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

public class Program
{
public static readonly Version Version = new(1, 0, 2);
public static readonly Version Version = new(1, 0, 3);

private static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();

Expand Down

0 comments on commit e18d494

Please sign in to comment.