Skip to content

Commit

Permalink
Increment version to 1.15.0.21. Remove beta tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyZolotova committed Jul 4, 2022
1 parent e12d642 commit 3f011fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MMR.Randomizer/MMR.Randomizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.15.0.20</Version>
<Version>1.15.0.21</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion MMR.Randomizer/Randomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace MMR.Randomizer
{
public class Randomizer
{
public static readonly string AssemblyVersion = typeof(Randomizer).Assembly.GetName().Version.ToString() + "-beta";
public static readonly string AssemblyVersion = typeof(Randomizer).Assembly.GetName().Version.ToString();

private Random Random { get; set; }

Expand Down

0 comments on commit 3f011fc

Please sign in to comment.