Skip to content

Commit 9eb101a

Browse files
committed
Add compatibility version V26_1_2 for 3.14.2
1 parent 5b79eb7 commit 9eb101a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/world/bentobox/bentobox/versions/ServerCompatibility.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,11 @@ public enum ServerVersion {
173173
/**
174174
* @since 3.12.2
175175
*/
176-
V26_1_1(Compatibility.COMPATIBLE),;
176+
V26_1_1(Compatibility.COMPATIBLE),
177+
/**
178+
* @since 3.14.2
179+
*/
180+
V26_1_2(Compatibility.COMPATIBLE),;
177181

178182
private final Compatibility compatibility;
179183

0 commit comments

Comments
 (0)