Skip to content

Commit aa8280d

Browse files
committed
Bump version to 0.0.2
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
1 parent 03cd3fd commit aa8280d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/oci-runtime-tool/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
func main() {
1111
app := cli.NewApp()
1212
app.Name = "oci-runtime-tool"
13-
app.Version = "0.0.1"
13+
app.Version = "0.0.2"
1414
app.Usage = "OCI (Open Container Initiative) runtime tools"
1515
app.Flags = []cli.Flag{
1616
cli.BoolFlag{

0 commit comments

Comments
 (0)