From da02e4df4264754a124820175902f18d87c31d61 Mon Sep 17 00:00:00 2001
From: Sander Ferdinand <sa.ferdinand@gmail.com>
Date: Wed, 10 Oct 2018 01:01:38 +0200
Subject: [PATCH] Bumping monero submodule tag to 0.13

---
 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 65f9e6c0..6d863d58 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 release-v0.12
+git -C $MONERO_DIR checkout release-v0.13
 
 # get monero core tag
 get_tag