summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2015-11-30 16:08:35 -0500
committerGabriel Russell <gabriel.russell@mongodb.com>2015-11-30 16:08:35 -0500
commit86ca141de8d6dcca433f150c0c1ce0253d9070b6 (patch)
treeac1c288dadb626f3e0e3177cbb866899e091f182
parent6186100ad0500c122a56f0a0e28ce1227ca4fc88 (diff)
downloadmongo-86ca141de8d6dcca433f150c0c1ce0253d9070b6.tar.gz
post 3.2.0-rc5
-rw-r--r--common/options/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/options/options.go b/common/options/options.go
index ed6e46a4ea7..e597f1fe278 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -14,7 +14,7 @@ import (
)
const (
- VersionStr = "3.2.0-rc5"
+ VersionStr = "3.2.0-rc6-pre-"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags