From d83b400931d77f2d9f627dd546067c39fefd4121 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 16 Jul 2019 14:30:07 +0200 Subject: [PATCH] build: set submodule to v0.14.1.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 db112697..0a84faff 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.14.1.0 +git -C $MONERO_DIR checkout v0.14.1.1 # get monero core tag pushd $MONERO_DIR