From 28f9270be350f5cc56a728e776be5c17e9999fa0 Mon Sep 17 00:00:00 2001 From: Cole Wippern Date: Tue, 10 Dec 2019 13:52:45 -0800 Subject: [PATCH] bump version to v0.4.0 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index f7e894e..c27b4e1 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v0.3.1" +const version = "v0.4.0" // versionCmd represents the version command var versionCmd = &cobra.Command{