Author: Kevin Chevreuil - Kaisen <kaisen@kaisenlinux.org>

--- velero-1.13.2.orig/pkg/buildinfo/buildinfo.go
+++ velero-1.12.2/pkg/buildinfo/buildinfo.go
@@ -23,7 +23,7 @@ import "fmt"
 
 var (
 	// Version is the current version of Velero, set by the go linker's -X flag at build time.
-	Version string
+	Version = "1.16.2"
 
 	// GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time.
 	GitSHA string
--- velero-1.12.1.orig/pkg/cmd/cli/version/version.go
+++ velero-1.12.1/pkg/cmd/cli/version/version.go
@@ -68,7 +68,6 @@ func NewCommand(f client.Factory) *cobra
 func printVersion(w io.Writer, clientOnly bool, kbClient kbclient.Client, serverStatusGetter serverstatus.Getter) {
 	fmt.Fprintln(w, "Client:")
 	fmt.Fprintf(w, "\tVersion: %s\n", buildinfo.Version)
-	fmt.Fprintf(w, "\tGit commit: %s\n", buildinfo.FormattedGitSHA())
 
 	if clientOnly {
 		return
