This commit is contained in:
dordsor21 2020-12-23 14:07:42 +00:00
parent 67a928b1ae
commit 2b9a194244
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
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.13.9</version>
<version>5.13.10</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.13.9"
def ver = "5.13.10"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {