Skip to content

Commit

Permalink
Release: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jul 14, 2024
1 parent 1b580c5 commit 200799e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

## 2.0.2

* Fixed `/version/*` compatibility paths not working correctly.

## 2.0.1

* Fixed compiled version number on binaries.
Expand Down
2 changes: 1 addition & 1 deletion Robust.Cdn/Robust.Cdn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>2.0.1</AssemblyVersion>
<AssemblyVersion>2.0.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 200799e

Please sign in to comment.