Skip to content

Commit

Permalink
Release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatinb committed Nov 26, 2019
1 parent 5831b06 commit 8fedc0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import com.muwire.core.UILoadedEvent
import com.muwire.core.files.AllFilesLoadedEvent

class CliLanterna {
private static final String MW_VERSION = "0.6.6"
private static final String MW_VERSION = "0.6.7"

private static volatile Core core

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/groovy/com/muwire/core/Core.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public class Core {
}
}

Core core = new Core(props, home, "0.6.6")
Core core = new Core(props, home, "0.6.7")
core.startServices()

// ... at the end, sleep or execute script
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = com.muwire
version = 0.6.6
version = 0.6.7
i2pVersion = 0.9.43
groovyVersion = 2.4.15
slf4jVersion = 1.7.25
Expand Down

0 comments on commit 8fedc0c

Please sign in to comment.