Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/ci/print-current-version.sh
1685 views
1
#!/bin/sh
2
grep '^version =' Cargo.toml | head -n 1 | sed 's/.*"\(.*\)"/\1/'
3
4