From 77bb1a0f8f0c71f43c6bf3e4b642f173237c5682 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{}