From 22b22c22ea5de42f51751d1f50ade859cc81349a Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 18 Jul 2019 15:41:45 +0200 Subject: [PATCH] build: set submodule to v0.14.1.2 --- 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 0a84faff..de7581e3 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.1 +git -C $MONERO_DIR checkout v0.14.1.2 # get monero core tag pushd $MONERO_DIR