Skip to content

Commit

Permalink
bumps build number (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 authored Aug 18, 2021
1 parent 3764ecd commit cebb9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitystationLauncher/Models/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace UnitystationLauncher.Models
public class Config : IDisposable
{
//Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/StationHub.metainfo.xml for Linux software stores. Thank you.
public const int CurrentBuild = 928;
public const int CurrentBuild = 929;

//file names
private const string WinExeName = "StationHub.exe";
Expand Down

0 comments on commit cebb9d4

Please sign in to comment.