We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd3fd commit aa8280dCopy full SHA for aa8280d
1 file changed
cmd/oci-runtime-tool/main.go
@@ -10,7 +10,7 @@ import (
10
func main() {
11
app := cli.NewApp()
12
app.Name = "oci-runtime-tool"
13
- app.Version = "0.0.1"
+ app.Version = "0.0.2"
14
app.Usage = "OCI (Open Container Initiative) runtime tools"
15
app.Flags = []cli.Flag{
16
cli.BoolFlag{
0 commit comments