Skip to content

Commit

Permalink
Update Version to 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkhist committed Jul 30, 2024
1 parent 59cdf90 commit 65b6dd9
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.3";
public const string VERSION = "5.3.4";
public static readonly Version Version = Version.Parse(VERSION);

public static HacknetChainloader Instance;
Expand Down

0 comments on commit 65b6dd9

Please sign in to comment.