1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-03 07:19:03 +01:00

Merge pull request #1624

da02e4d Bumping monero submodule tag to 0.13 (skftn)
This commit is contained in:
luigi1111 2018-10-10 11:47:17 -05:00
commit cae90e8287
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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