Skip to content

Commit 54fd0f6

Browse files
committed
bump version
1 parent 02e1bfe commit 54fd0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GTToolsSharp/GTToolsSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
6-
<Version>5.3.2</Version>
6+
<Version>5.3.3</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

GTToolsSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Program
2929
public static bool SaveHeader = false;
3030
public static bool SaveTOC = false;
3131

32-
public const string Version = "5.3.2";
32+
public const string Version = "5.3.3";
3333

3434
static async Task Main(string[] args)
3535
{

0 commit comments

Comments
 (0)