indy-sdk 0.1.1-53

This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org). The major artifact of the SDK is a c-callable library.
Documentation
#!/bin/bash -x

if [ "$1" = "--help" ] ; then
  echo "Usage: $0 <patch-version>"
fi

suffix="$1"

sed -i -E "s/version = \"([0-9,.]+).*\"/version = \"\1-$suffix\"/" Cargo.toml