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

Commit

Permalink
pre-version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EarsKilla committed May 12, 2019
1 parent 21a96b6 commit a42f4cb
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 @@ -9,7 +9,7 @@ public class UpdaterHandler

public static readonly Version CurrentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
#if PRE_RELEASE
public static readonly int PreRelease = 8;
public static readonly int PreRelease = 9;
#endif

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

0 comments on commit a42f4cb

Please sign in to comment.