File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/coreprotect/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141<dependency >
4242 <groupId >net.coreprotect</groupId >
4343 <artifactId >coreprotect</artifactId >
44- <version >23.0 </version >
44+ <version >23.1 </version >
4545 <scope >provided</scope >
4646</dependency >
4747```
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >net.coreprotect</groupId >
44 <artifactId >CoreProtect</artifactId >
5- <version >23.0 </version >
5+ <version >23.1 </version >
66 <properties >
77 <project .branch></project .branch>
88 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public enum CacheType {
5252 public static final String COMMUNITY_EDITION = "Community Edition" ;
5353 public static final String JAVA_VERSION = "11.0" ;
5454 public static final String MINECRAFT_VERSION = "1.16" ;
55- public static final String PATCH_VERSION = "23.0 " ;
55+ public static final String PATCH_VERSION = "23.1 " ;
5656 public static final String LATEST_VERSION = "1.21.11" ;
5757 public static String path = "plugins/CoreProtect/" ;
5858 public static String sqlite = "database.db" ;
You can’t perform that action at this time.
0 commit comments