From 41f5a6e906acfa07e5ed49b5da7c67ae84209144 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 15 Nov 2022 12:33:31 +0100 Subject: [PATCH] Set version to 0.0.4 This was forgotten in the 0.0.3 release :( --- 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 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{}