summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2015-11-30 16:00:51 -0500
committerGabriel Russell <gabriel.russell@mongodb.com>2015-11-30 16:00:51 -0500
commit6186100ad0500c122a56f0a0e28ce1227ca4fc88 (patch)
treea3b8b3cbddb2ff8ebe875a7e88d312274daa280f
parent55e7f4277a69e53af02bee925fb1029e3a723e08 (diff)
downloadmongo-6186100ad0500c122a56f0a0e28ce1227ca4fc88.tar.gz
bump 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 6fec0e67bd3..ed6e46a4ea7 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -14,7 +14,7 @@ import (
)
const (
- VersionStr = "3.2.0-rc5-pre-"
+ VersionStr = "3.2.0-rc5"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags