Add missing version number update for script

This commit is contained in:
Christoph Atteneder 2021-02-22 15:51:50 +01:00
parent c30fd72990
commit 5e743b2171
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd $(dirname $0)/../../../
version="1.5.5"
version="1.5.7"
# Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq

View File

@ -19,5 +19,6 @@ find . -type f \( -name "finalize.sh" \
find . -type f \( -name "Info.plist" \
-o -name "SeedNodeMain.java" \
-o -name "Version.java" \
-o -name "copy_dbs.sh" \
\) -exec sed -i '' s/$oldVersion/$newVersion/ {} +