Sign in
vanadium
/
release.go.x.ref
/
09929f419f7fb439790967eb9d219445b5315274
/
.
/
lib
/
exec
/
shared.go
blob: 936d2bf1bd24c1d026a89a7276b75b88f8ed92cd [
file
] [
log
] [
blame
]
package exec
const (
version1 = "1.0.0"
readyStatus = "ready"
initStatus = "init"
versionVariable = "VEYRON_EXEC_VERSION"
)