0.0.7 for multi-source downloads

pull/4/head muwire-0.0.7
Zlatin Balevsky 2019-06-04 04:17:29 +01:00
parent 3cea1870cd
commit 16b475bd9a
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ public class Core {
}
}
Core core = new Core(props, home, "0.0.6")
Core core = new Core(props, home, "0.0.7")
core.startServices()
// ... at the end, sleep or execute script

View File

@ -1,5 +1,5 @@
group = com.muwire
version = 0.0.6
version = 0.0.7
groovyVersion = 2.4.15
slf4jVersion = 1.7.25
spockVersion = 1.1-groovy-2.4