mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 07:47:44 +00:00
Merge pull request #841
2bc86d1
monero submodule: use release-v0.11.0.0 branch (Jaquee)
This commit is contained in:
commit
ea8e3d0267
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
|
|||
git submodule init monero
|
||||
fi
|
||||
git submodule update --remote
|
||||
# git -C $MONERO_DIR fetch --tags
|
||||
# git -C $MONERO_DIR checkout v0.10.3.1
|
||||
git -C $MONERO_DIR fetch
|
||||
git -C $MONERO_DIR checkout release-v0.11.0.0
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
|
Loading…
Reference in a new issue