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

echo "$version"