Skip to content

Commit b7fdb84

Browse files
committed
version change
1 parent 2548510 commit b7fdb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RespawnOverhaul/ROPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ROPlugin : Plugin<CustomConfig>
2525
public override string Author { get; } = "Casper1123";
2626

2727
// The current version of the plugin
28-
public override Version Version { get; } = new(1, 0, 0);
28+
public override Version Version { get; } = new(1, 0, 1);
2929

3030
// Config file path
3131
public override string ConfigFileName { get; set; } = "config.yml";

0 commit comments

Comments
 (0)