From ae64125609d65a538a890ca31315370c41b27483 Mon Sep 17 00:00:00 2001 From: Daniil Barbashov Date: Tue, 18 May 2021 12:12:17 +0300 Subject: [PATCH] Up version --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 02336a7..85ae87c 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -5,7 +5,7 @@ import ( "github.com/spf13/cobra" ) -const VERSION int = 3 +const VERSION int = 4 const COMMIT string = "%%commit_hash%%" var versionCmd = &cobra.Command{