Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EarsKilla committed May 6, 2019
1 parent 4ab3c96 commit 74d0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SteamAccCreator/Web/Updater/UpdaterHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class UpdaterHandler
{
public static readonly Version CurrentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
#if PRE_RELEASE
public static readonly int PreRelease = 6;
public static readonly int PreRelease = 7;
#endif

public UpdateInfo UpdateInfo { get; private set; } = new UpdateInfo();
Expand Down

0 comments on commit 74d0f90

Please sign in to comment.