diff --git a/go-ipfs/ipfs b/go-ipfs/ipfs index bf32a37d..ff25cfd8 100755 Binary files a/go-ipfs/ipfs and b/go-ipfs/ipfs differ diff --git a/go-ipfs/ipfs-darwin b/go-ipfs/ipfs-darwin index c31ed657..812945ee 100755 Binary files a/go-ipfs/ipfs-darwin and b/go-ipfs/ipfs-darwin differ diff --git a/go-ipfs/ipfs.exe b/go-ipfs/ipfs.exe index c0fe43f3..92221fdf 100755 Binary files a/go-ipfs/ipfs.exe and b/go-ipfs/ipfs.exe differ diff --git a/scripts/get-ipfs.sh b/scripts/get-ipfs.sh index 0e1dc534..a6dba4e2 100755 --- a/scripts/get-ipfs.sh +++ b/scripts/get-ipfs.sh @@ -3,7 +3,7 @@ # Description: Automatically download and unzip the IPFS CLI binaries for Linux & Windows ## Provide the IPFS version below ## -IPFS_VERSION=0.11.0 +IPFS_VERSION=0.24.0 ############################## # Leave the code alone below #