From f3c783d34420ff3932da183a0fce2442a62b7699 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 27 Oct 2023 13:37:25 +0200 Subject: [PATCH] Set vfkitVersion to 0.5.0 This jumps from 0.1.1 to 0.5.0 to better reflect vfkit's maturity. --- cmd/vfkit/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/vfkit/root.go b/cmd/vfkit/root.go index c46c6083..e8047ef2 100644 --- a/cmd/vfkit/root.go +++ b/cmd/vfkit/root.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cobra" ) -const vfkitVersion = "0.1.1" +const vfkitVersion = "0.5.0" var opts = &cmdline.Options{}