summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2016-02-25 11:47:27 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-02-25 11:47:27 -0500
commit21dcfaf0a80d0e2b1cccff34f0b27ede9a83eeb9 (patch)
tree61703859e90b6dcb41bd8d35b5fe5852837a37b0
parent36fc2f8bf0cc0893e19dddb4999970b5c86eb3d7 (diff)
downloadmongo-21dcfaf0a80d0e2b1cccff34f0b27ede9a83eeb9.tar.gz
post 3.0.10
-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 329e203394d..f1e7484c7f6 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -12,7 +12,7 @@ import (
)
const (
- VersionStr = "3.0.10"
+ VersionStr = "3.0.10-pre-"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags