This commit is contained in:
N0tMyFaultOG 2020-07-07 21:03:30 +02:00
parent 57127537f7
commit 67a49a2ca7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<version>5.12.2</version>
<version>5.12.3</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -30,7 +30,7 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.12.2"
def ver = "5.12.3"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {