Skip to content

Commit 78dd8c6

Browse files
committed
Update VelocityBlockVersion.java
1 parent 4f4c713 commit 78dd8c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/main/java/lol/hyper/velocityblockversion/VelocityBlockVersion.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@
3636

3737
import java.io.IOException;
3838

39+
import static lol.hyper.velocityblockversion.VelocityBlockVersion.VERSION;
40+
3941
@Plugin(
4042
id = "velocityblockversion",
4143
name = "VelocityBlockVersion",
42-
version = "1.0.9",
44+
version = VERSION,
4345
authors = {"hyperdefined"},
4446
description = "Block certain Minecraft versions from connecting to your network.",
4547
url = "https://github.com/hyperdefined/VelocityBlockVersion"
4648
)
4749
public class VelocityBlockVersion {
48-
public static final String VERSION = "1.0.8";
50+
public static final String VERSION = "1.0.9";
4951

5052
@Inject
5153
private Logger logger;

0 commit comments

Comments
 (0)