Bumping monero submodule tag to 0.13

This commit is contained in:
Sander Ferdinand 2018-10-10 01:01:38 +02:00
parent f0cd704fad
commit da02e4df42

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 release-v0.12
git -C $MONERO_DIR checkout release-v0.13
# get monero core tag
get_tag