mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-21 10:14:35 +00:00
Merge pull request #1655
279f6cf
bump monero CLI version to 0.13.0.3 (skftn)
This commit is contained in:
commit
15d8ef7622
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
||||||
fi
|
fi
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
git -C $MONERO_DIR fetch
|
git -C $MONERO_DIR fetch
|
||||||
git -C $MONERO_DIR checkout release-v0.13
|
git -C $MONERO_DIR checkout v0.13.0.3
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
get_tag
|
get_tag
|
||||||
|
|
Loading…
Reference in a new issue