Skip to content

Commit

Permalink
build: checkout v0.14.1.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Jun 14, 2019
1 parent 68c7cf7 commit bf785bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 origin/master
git -C $MONERO_DIR checkout v0.14.1.0

# get monero core tag
pushd $MONERO_DIR
Expand Down

0 comments on commit bf785bb

Please sign in to comment.