Skip to content

Commit

Permalink
Bump version to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkhist authored Jun 3, 2024
1 parent a776916 commit 6cfd7fd
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 @@ -21,7 +21,7 @@ private static Tuple<string, string, string> __UpdaterData
"BepInEx/core/BepInEx.Hacknet.dll"
);

public const string VERSION = "5.3.2";
public const string VERSION = "5.3.3";
public static readonly Version Version = Version.Parse(VERSION);

public static HacknetChainloader Instance;
Expand Down

0 comments on commit 6cfd7fd

Please sign in to comment.