xref
: /
wasmtime-44.0.1
/
ci
/
print-current-version.sh
(revision c89dc551)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
grep
'^version ='
Cargo.toml
|
head
-n
1
|
sed
's/.*"\(.*\)"/\1/'
3