Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.8 #17

Merged
merged 8 commits into from
Mar 22, 2023
Prev Previous commit
Version bump
  • Loading branch information
krzychu124 committed Mar 22, 2023
commit 07c381ebce5746d60f7b832c4646a0cb288560ed
2 changes: 1 addition & 1 deletion BrokenNodeDetector/BrokenNodeDetector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace BrokenNodeDetector
{
public class BrokenNodeDetector : IUserMod {
public static readonly string Version = "0.7.2";
public static readonly string Version = "0.8.0";

public string Name => "Broken Node Detector " + Version;

Expand Down