From 5a65d28d29dd79fc22376ab73f8cc43a415fec5d Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 13 Nov 2019 15:45:42 +0100 Subject: [PATCH] build: set submodule to v0.15.0.1 --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 965bba2e..c5f34f82 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -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 v0.15.0.0 +git -C $MONERO_DIR checkout v0.15.0.1 # get monero core tag pushd $MONERO_DIR