From 2ca48fb6bc80922c9db506f74a756dc0a6070b0a Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Tue, 16 Oct 2018 22:42:15 +0200 Subject: [PATCH] Bumping submodule to 0.13.0.4 --- 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 dacd3ac7..838830cf 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.13.0.3 +git -C $MONERO_DIR checkout v0.13.0.4 # get monero core tag get_tag