Skip to content

Commit

Permalink
MuWire 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatinb committed Apr 19, 2022
1 parent 0d48ade commit f2b2c20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -693,7 +693,7 @@ public class Core {
}
}

Core core = new Core(props, home, "0.8.11")
Core core = new Core(props, home, "0.8.12")
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.8.11
version = 0.8.12
i2pVersion = 1.7.0
groovyVersion = 3.0.9
griffonVersion= 2.15.1
Expand Down
4 changes: 2 additions & 2 deletions gui/griffon-app/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ application.name=MuWire
application.version=0.8.12

# set this to 0 if this is not a beta
application.beta=8
application.beta=0

# this is the version the core gets initialized with
application.coreVersion=0.8.11
application.coreVersion=0.8.12


build.date=${build_date}
Expand Down

0 comments on commit f2b2c20

Please sign in to comment.