From 5029baec330114c5536988855a08c022df2ae70c Mon Sep 17 00:00:00 2001 From: stoffu Date: Fri, 6 Jul 2018 09:35:00 +0900 Subject: [PATCH] get_libwallet_api: checkout v0.12.3.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 5737c880..7778ed71 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.2.0 +git -C $MONERO_DIR checkout v0.12.3.0 # get monero core tag get_tag