aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-10-10 01:01:38 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-10-10 01:08:42 +0200
commitda02e4df4264754a124820175902f18d87c31d61 (patch)
tree08c7043a688e4b812c8574a6c88a2e5d82113e27
parentf0cd704fadfa593e23d99b44d83112e48070a30d (diff)
downloadmonzero-gui-da02e4df4264754a124820175902f18d87c31d61.tar.gz
monzero-gui-da02e4df4264754a124820175902f18d87c31d61.tar.xz
monzero-gui-da02e4df4264754a124820175902f18d87c31d61.zip
Bumping monero submodule tag to 0.13
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
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