Skip to content

Commit

Permalink
bump build version (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 authored Aug 14, 2021
1 parent 54426b8 commit c822b42
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 = 927;
public const int CurrentBuild = 928;

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

0 comments on commit c822b42

Please sign in to comment.