From 300d2a7fd47d13ef1468f6c78de266e1a65bfe28 Mon Sep 17 00:00:00 2001 From: likhita-809 <78951027+likhita-809@users.noreply.github.com> Date: Tue, 11 May 2021 18:38:23 +0530 Subject: [PATCH] v043 audit changes for version (#9296) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- version/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/version/command.go b/version/command.go index 9291c0a82..4dca92453 100644 --- a/version/command.go +++ b/version/command.go @@ -11,6 +11,7 @@ import ( const flagLong = "long" +// NewVersionCommand returns a CLI command to interactively print the application binary version information. func NewVersionCommand() *cobra.Command { cmd := &cobra.Command{ Use: "version",