Version 0.5.7

This commit is contained in:
Georgy Litvinov 2020-04-15 13:30:43 +02:00
parent 4f0004f6b5
commit 69d62978a9

View file

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