Skip to content

Commit

Permalink
Program: Remove prerelease tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1jaczyyy committed Aug 17, 2020
1 parent fae86df commit 9a60025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apollo/Apollo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<StartupObject>Apollo.Core.Program</StartupObject>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>PRERELEASE</DefineConstants>
<!--<DefineConstants>PRERELEASE</DefineConstants>-->
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apollo/Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Apollo.Core {
class Program {
public static readonly string Version = "Version 1.7.0-heaven-prerelease3";
public static readonly string Version = "Version 1.7.0";

public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
Expand Down

0 comments on commit 9a60025

Please sign in to comment.