Skip to content

Commit

Permalink
Bump the version number to 2.16.5 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer authored Apr 10, 2023
1 parent 03273e8 commit 44a9631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Source/Core/TokenTextWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,7 @@ public void WriteLine(Absy node, int level, string text, params object[] args)
public void Close()
{
if (disposeWriter) {
this.writer.Close();

writer.Close();
}
}

Expand Down
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Target framework and package configuration -->
<PropertyGroup>
<Version>2.16.4</Version>
<Version>2.16.5</Version>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Boogie</Authors>
Expand Down

0 comments on commit 44a9631

Please sign in to comment.