We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4c713 commit 78dd8c6Copy full SHA for 78dd8c6
src/main/java/lol/hyper/velocityblockversion/VelocityBlockVersion.java
@@ -36,16 +36,18 @@
36
37
import java.io.IOException;
38
39
+import static lol.hyper.velocityblockversion.VelocityBlockVersion.VERSION;
40
+
41
@Plugin(
42
id = "velocityblockversion",
43
name = "VelocityBlockVersion",
- version = "1.0.9",
44
+ version = VERSION,
45
authors = {"hyperdefined"},
46
description = "Block certain Minecraft versions from connecting to your network.",
47
url = "https://github.com/hyperdefined/VelocityBlockVersion"
48
)
49
public class VelocityBlockVersion {
- public static final String VERSION = "1.0.8";
50
+ public static final String VERSION = "1.0.9";
51
52
@Inject
53
private Logger logger;
0 commit comments