blob: 08c54ad2f1f4fd9ee13c51ec428998432366ceb5 [file] [log] [blame]
package exec
const (
version1 = "1.0.0"
readyStatus = "ready::"
failedStatus = "failed::"
initStatus = "init"
versionVariable = "VEYRON_EXEC_VERSION"
)