diff --git a/cli/src/main/groovy/com/muwire/cli/Cli.groovy b/cli/src/main/groovy/com/muwire/cli/Cli.groovy index 2561a82d..09e97f72 100644 --- a/cli/src/main/groovy/com/muwire/cli/Cli.groovy +++ b/cli/src/main/groovy/com/muwire/cli/Cli.groovy @@ -34,7 +34,7 @@ class Cli { Core core try { - core = new Core(props, home, "0.1.0") + core = new Core(props, home, "0.1.1") } catch (Exception bad) { bad.printStackTrace(System.out) println "Failed to initialize core, exiting" diff --git a/cli/src/main/groovy/com/muwire/cli/CliDownloader.groovy b/cli/src/main/groovy/com/muwire/cli/CliDownloader.groovy index 771d6e6e..4f6cc097 100644 --- a/cli/src/main/groovy/com/muwire/cli/CliDownloader.groovy +++ b/cli/src/main/groovy/com/muwire/cli/CliDownloader.groovy @@ -53,7 +53,7 @@ class CliDownloader { Core core try { - core = new Core(props, home, "0.1.0") + core = new Core(props, home, "0.1.1") } catch (Exception bad) { bad.printStackTrace(System.out) println "Failed to initialize core, exiting" diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 81bc839d..68577981 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -253,7 +253,7 @@ public class Core { } } - Core core = new Core(props, home, "0.1.0") + Core core = new Core(props, home, "0.1.1") core.startServices() // ... at the end, sleep or execute script