upgrade monero core (#539)

This commit is contained in:
m2049r 2019-02-28 18:33:16 +01:00 committed by GitHub
parent f843bb1685
commit b74f9c6bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ source script/env.sh
cd $EXTERNAL_LIBS_BUILD_ROOT
url="https://github.com/m2049r/monero"
version="release-v0.13.0-monerujo"
version="release-v0.14.0-monerujo"
if [ ! -d "monero" ]; then
git clone ${url} -b ${version}