Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows10CE committed Oct 4, 2021
1 parent 87e9943 commit 27101d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BepInEx.Hacknet/HacknetChainloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace BepInEx.Hacknet
{
public class HacknetChainloader : BaseChainloader<HacknetPlugin>
{
public const string VERSION = "5.0.1-pre";
public const string VERSION = "5.0.1";
public static readonly Version Version = Version.Parse(VERSION);

public static HacknetChainloader Instance;
Expand Down

0 comments on commit 27101d5

Please sign in to comment.