diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2015-11-03 10:47:50 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2015-11-03 10:47:50 -0500 |
commit | bb3c332bb128809168ed1f140ef1b84fcb811514 (patch) | |
tree | 4c97fb85dae8d48808e8edfddfca9427ad7aed65 /common | |
parent | 3dbb97282e0cf25ce6843142e53ce1ee754df268 (diff) | |
download | mongo-bb3c332bb128809168ed1f140ef1b84fcb811514.tar.gz |
post 3.2.0-rc2
Diffstat (limited to 'common')
-rw-r--r-- | common/options/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/options/options.go b/common/options/options.go index 2f58488fee6..f73466dbf72 100644 --- a/common/options/options.go +++ b/common/options/options.go @@ -14,7 +14,7 @@ import ( ) const ( - VersionStr = "3.2.0-rc2" + VersionStr = "3.2.0-rc3-pre-" ) // Gitspec that the tool was built with. Needs to be set using -ldflags |