diff options
author | Jon Streets <jonathan.streets@10gen.com> | 2021-03-08 11:35:04 -0500 |
---|---|---|
committer | Jon Streets <jonathan.streets@10gen.com> | 2021-03-08 11:35:04 -0500 |
commit | de73d9e01b07d4a349c014cd3ee1898f09aa59b3 (patch) | |
tree | 3b1390278e09d36d6070a2f73f46baf2d645154e /src | |
parent | 4db0aea95e8cd150766fadc1205f124ed36d55ef (diff) | |
download | mongo-de73d9e01b07d4a349c014cd3ee1898f09aa59b3.tar.gz |
Update server and tools version to v4
Diffstat (limited to 'src')
-rwxr-xr-x | src/mongo/gotools/src/github.com/mongodb/mongo-tools/set_goenv.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/set_goenv.sh b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/set_goenv.sh index aa7f803885e..13abc61f38b 100755 --- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/set_goenv.sh +++ b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/set_goenv.sh @@ -82,7 +82,9 @@ set_goenv() { } print_ldflags() { - VersionStr="$(git describe)" + # VersionStr="$(git describe)" + # SPLUNK + VersionStr = "3.6.17-macos-splunk-v4" Gitspec="$(git rev-parse HEAD)" importpath="github.com/mongodb/mongo-tools/common/options" echo "-X ${importpath}.VersionStr=${VersionStr} -X ${importpath}.Gitspec=${Gitspec}" |