v2.0.5 - Fix for reloading ourselves

This commit is contained in:
Frank van der Heijden 2020-07-20 00:37:16 +02:00
parent 4b6008299b
commit 71b6a5fa02
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
8 changed files with 147 additions and 21 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = 'net.frankheijden.serverutils'
version = '2.0.4'
version = '2.0.5'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8