Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Jul 17, 2020
1 parent e42fe99 commit f868ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Buddy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Buddy : Plugin<Config>
//plugins that deal with spawning (like scp-035) will break if this is not highest priority
public override PluginPriority Priority => PluginPriority.Highest;

public override Version Version { get; } = new Version(1, 1, 7);
public override Version Version { get; } = new Version(1, 1, 8);

public EventHandlers EventHandlers;

Expand Down

0 comments on commit f868ab7

Please sign in to comment.