summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2016-03-02 16:23:42 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-03-02 16:23:42 -0500
commit600c79aa812a87d7d4de6ec409ddec8d9a0526a3 (patch)
treef1785effe29cbd04b7f9f8fae09ea4ef3f6ba00f
parent6557949b6d26f5311183ca86506c6a8f5e47532d (diff)
downloadmongo-600c79aa812a87d7d4de6ec409ddec8d9a0526a3.tar.gz
Revert "post 3.2.4"
This reverts commit 6557949b6d26f5311183ca86506c6a8f5e47532d.
-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 026d376e17b..d91f65cfc98 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -14,7 +14,7 @@ import (
)
const (
- VersionStr = "3.2.5-pre-"
+ VersionStr = "3.2.4"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags