diff --git a/cmd/vfkit/root.go b/cmd/vfkit/root.go index 512ed806..fd2bfbaf 100644 --- a/cmd/vfkit/root.go +++ b/cmd/vfkit/root.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const vfkitVersion = "0.0.2" +const vfkitVersion = "0.0.4" var opts = &cmdlineOptions{}