Skip to content

Commit 3d4b43e

Browse files
author
romnnn
committed
export git rev of binary
1 parent 11e3589 commit 3d4b43e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/mongoimport/mongoimport.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import (
99
"github.com/urfave/cli/v2"
1010
)
1111

12+
// Rev is set on build time to the git HEAD
13+
var Rev = ""
14+
1215
var (
1316
mongoConnectionOptions = []cli.Flag{
1417
&cli.StringFlag{

0 commit comments

Comments
 (0)