Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
bytecodealliance
Edit Copy
Star
GitHub Repository:
bytecodealliance/wasmtime
Path:
blob/main/ci/print-current-version.sh
1
6
8
5
views
1
#!/bin/sh
2
grep
'^version ='
Cargo
.toml
|
head
-n
1
|
sed
's/.*"\(.*\)"/\1/'
3
4