From 5bb24cfc92c86d8a440ecfa5118a6fa3d02c7d40 Mon Sep 17 00:00:00 2001 From: dEBRUYNE-1 Date: Sat, 2 Jun 2018 19:19:47 +0200 Subject: [PATCH] Update submodule for v0.12.2.0 --- 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 eeda9581..5737c880 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.12.1.0 +git -C $MONERO_DIR checkout v0.12.2.0 # get monero core tag get_tag