Update 0.5.9

This commit is contained in:
Georgy Litvinov 2020-04-23 16:49:40 +02:00
parent 2e25e3cf65
commit 1e3d8cb87f
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'java'
repositories{
mavenCentral()
}
def releaseVersion = "0.5.8"
def releaseVersion = "0.5.9"
def propertyFile = file "src/main/java/w2phtml/project.properties"
Properties properties = new Properties()
propertyFile.withReader { properties.load(it) }