Skip to content

Commit 2979af3

Browse files
committed
CoreProtect Community Edition v23.1 release
1 parent 0712545 commit 2979af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Maven
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
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

src/main/java/net/coreprotect/config/ConfigHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)