diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-10-10 11:47:17 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-10-10 11:47:17 -0500 |
| commit | cae90e82879636a7e9e74fa4f91c054da812200d (patch) | |
| tree | 4eb37dbf44c40514e1f439a63042649697b2aa06 | |
| parent | bee64abe2eaa0ac8c814bb1225bfcf57bce319e9 (diff) | |
| parent | da02e4df4264754a124820175902f18d87c31d61 (diff) | |
| download | monzero-gui-cae90e82879636a7e9e74fa4f91c054da812200d.tar.gz monzero-gui-cae90e82879636a7e9e74fa4f91c054da812200d.tar.xz monzero-gui-cae90e82879636a7e9e74fa4f91c054da812200d.zip | |
Merge pull request #1624
da02e4d Bumping monero submodule tag to 0.13 (skftn)
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
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 |
