We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2548510 commit b7fdb84Copy full SHA for b7fdb84
RespawnOverhaul/ROPlugin.cs
@@ -25,7 +25,7 @@ public class ROPlugin : Plugin<CustomConfig>
25
public override string Author { get; } = "Casper1123";
26
27
// The current version of the plugin
28
- public override Version Version { get; } = new(1, 0, 0);
+ public override Version Version { get; } = new(1, 0, 1);
29
30
// Config file path
31
public override string ConfigFileName { get; set; } = "config.yml";
0 commit comments