build: prepare v0.17.1.0

This commit is contained in:
selsta
2020-10-13 18:28:23 +02:00
parent d3943ca2a9
commit 701f063797
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout v0.17.0.1
git -C $MONERO_DIR checkout v0.17.1.0
# get monero core tag
pushd $MONERO_DIR