File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
common/src/main/java/bisq/common/app
seednode/src/main/java/bisq/seednode Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class Version {
3636 // VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
3737 // Therefore all sub versions start again with 1
3838 // We use semantic versioning with major, minor and patch
39- public static final String VERSION = "1.9.11 " ;
39+ public static final String VERSION = "1.9.12 " ;
4040
4141 /**
4242 * Holds a list of the tagged resource files for optimizing the getData requests.
Original file line number Diff line number Diff line change 88
99# pull base image
1010FROM openjdk:8-jdk
11- ENV version 1.9.11
11+ ENV version 1.9.12
1212
1313RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
1414apt-get install -y vim fakeroot
Original file line number Diff line number Diff line change 55 <!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
66
77 <key >CFBundleVersion </key >
8- <string >1.9.11 </string >
8+ <string >1.9.12 </string >
99
1010 <key >CFBundleShortVersionString </key >
11- <string >1.9.11 </string >
11+ <string >1.9.12 </string >
1212
1313 <key >CFBundleExecutable </key >
1414 <string >Bisq </string >
Original file line number Diff line number Diff line change 22
33cd $( dirname $0 ) /../../../
44
5- version=" 1.9.11 "
5+ version=" 1.9.12 "
66
77# Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq
88
Original file line number Diff line number Diff line change 22
33cd ../../
44
5- version=" 1.9.11 "
5+ version=" 1.9.12 "
66
77target_dir=" releases/$version "
88
Original file line number Diff line number Diff line change 22
33cd $( dirname $0 ) /../../../
44
5- version=1.9.10
5+ version=1.9.11
66
77find . -type f \( -name " finalize.sh" \
88-o -name " create_app.sh" \
Original file line number Diff line number Diff line change 22
33cd $( dirname $0 ) /../../../.
44
5- oldVersion=1.9.10
6- newVersion=1.9.11
5+ oldVersion=1.9.11
6+ newVersion=1.9.12
77
88find . -type f \( -name " finalize.sh" \
99-o -name " create_app.sh" \
Original file line number Diff line number Diff line change 1- 1.9.11
1+ 1.9.12
Original file line number Diff line number Diff line change 5050@ Slf4j
5151public class SeedNodeMain extends ExecutableForAppWithP2p {
5252 private static final long CHECK_CONNECTION_LOSS_SEC = 30 ;
53- private static final String VERSION = "1.9.11 " ;
53+ private static final String VERSION = "1.9.12 " ;
5454 private SeedNode seedNode ;
5555 private Timer checkConnectionLossTime ;
5656
You can’t perform that action at this time.
0 commit comments