summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Erf <erf@mongodb.com>2015-09-25 16:02:24 -0400
committerKyle Erf <erf@mongodb.com>2015-09-25 16:02:24 -0400
commit134c548992e8248c7a7c53777a652cbb2490ab6c (patch)
treef3ef39e24c5565c4438f23e15762c1b58a9eb1a8
parent0ef415c20840862dc75756b0886701045a885143 (diff)
downloadmongo-134c548992e8248c7a7c53777a652cbb2490ab6c.tar.gz
BUMP 3.0.7
-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 53fba4e907e..164e8437084 100644
--- a/common/options/options.go
+++ b/common/options/options.go
@@ -12,7 +12,7 @@ import (
)
const (
- VersionStr = "3.0.6"
+ VersionStr = "3.0.7"
)
// Gitspec that the tool was built with. Needs to be set using -ldflags