summaryrefslogtreecommitdiffstats
path: root/version.sh
blob: d0acb26927b64f8d9bd0b2447d51b4095fca05bf (plain)
1
2
3
4
# extract the version from the Cargo.toml file
version=$(sed 's/^version = "\([^\"]*\)"/\1/;t;d' Cargo.toml | head -1)

echo "$version"