Skip to content

Commit

Permalink
Bump version to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows10CE committed Oct 15, 2023
1 parent 91e8538 commit c16844f
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.0";
public const string VERSION = "5.3.2";
public static readonly Version Version = Version.Parse(VERSION);

public static HacknetChainloader Instance;
Expand Down

0 comments on commit c16844f

Please sign in to comment.