summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2016-02-22 13:45:14 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-02-22 13:45:14 -0500
commitc850d98c6d16c52114d52815537e19f05007e828 (patch)
treeb72728f0107412c4bc1997e944897efeaf36f022
parentd7858ae65bda7cc0afa45aa43c44604860b77fa8 (diff)
downloadmongo-c850d98c6d16c52114d52815537e19f05007e828.tar.gz
bump 3.3.2
-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 ae9e8c92cf8..fd3ddbe0122 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -14,7 +14,7 @@ import (
)
const (
- VersionStr = "3.3.2-pre-"
+ VersionStr = "3.3.2"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags