mirror of https://github.com/zlatinb/muwire
parent
364a77b8ef
commit
b76cf43274
|
@ -742,7 +742,7 @@ public class Core {
|
|||
}
|
||||
}
|
||||
|
||||
Core core = new Core(props, home, "0.8.12")
|
||||
Core core = new Core(props, home, "0.8.13")
|
||||
core.startServices()
|
||||
|
||||
// ... at the end, sleep or execute script
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group = com.muwire
|
||||
version = 0.8.12
|
||||
version = 0.8.13
|
||||
i2pVersion = 1.9.0
|
||||
groovyVersion = 3.0.9
|
||||
griffonVersion= 2.15.1
|
||||
|
|
|
@ -4,10 +4,10 @@ application.name=MuWire
|
|||
application.version=0.8.13
|
||||
|
||||
# set this to 0 if this is not a beta
|
||||
application.beta=5
|
||||
application.beta=0
|
||||
|
||||
# this is the version the core gets initialized with
|
||||
application.coreVersion=0.8.12
|
||||
application.coreVersion=0.8.13
|
||||
|
||||
|
||||
build.date=${build_date}
|
||||
|
|
Loading…
Reference in New Issue