Skip to content

Commit

Permalink
Update go-ipfs to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hazæ41 authored Jun 7, 2019
1 parent 00ae36a commit acb6571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/binaries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tasks.whenTaskAdded { task ->

task downloadIPFSBinaries {
doLast {
def version = "v0.4.20"
def version = "v0.4.21"
def archs = ["arm", "386"]
def assets = "./src/main/assets"
def getFile = { arch -> "go-ipfs_${version}_linux-${arch}.tar.gz" }
Expand All @@ -31,4 +31,4 @@ task downloadIPFSBinaries {
}
}
}
}
}

0 comments on commit acb6571

Please sign in to comment.