We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a133a9 commit ee86afcCopy full SHA for ee86afc
RetakesPlugin/RetakesPlugin.cs
@@ -20,7 +20,7 @@ namespace RetakesPlugin;
20
[MinimumApiVersion(220)]
21
public class RetakesPlugin : BasePlugin
22
{
23
- private const string Version = "2.0.11";
+ private const string Version = "2.0.12";
24
25
#region Plugin info
26
public override string ModuleName => "Retakes Plugin";
0 commit comments