From 7c89451fbe45c932a7dd7bc03ba89b979007f875 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 10 Jul 2023 18:05:14 +0200 Subject: [PATCH] Update version number Forgot to update it for the v0.1.0 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 0059c92e..c46c6083 100644 --- a/cmd/vfkit/root.go +++ b/cmd/vfkit/root.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cobra" ) -const vfkitVersion = "0.0.4" +const vfkitVersion = "0.1.1" var opts = &cmdline.Options{}