Merge pull request #439 from ZJU-SEL/update-version
update version for release 0.0.6
This commit is contained in:
commit
ac448818e5
2
main.go
2
main.go
|
@ -9,7 +9,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
specConfig = "config.json"
|
specConfig = "config.json"
|
||||||
runtimeConfig = "runtime.json"
|
runtimeConfig = "runtime.json"
|
||||||
usage = `Open Container Initiative runtime
|
usage = `Open Container Initiative runtime
|
||||||
|
|
Loading…
Reference in New Issue