We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7461a1b commit ed0db2fCopy full SHA for ed0db2f
src/mongo/util/version.cpp
@@ -31,7 +31,7 @@ namespace mongo {
31
* 1.2.3-rc4-pre-
32
* If you really need to do something else you'll need to fix _versionArray()
33
*/
34
- const char versionString[] = "2.6.2";
+ const char versionString[] = "2.6.3";
35
36
// See unit test for example outputs
37
BSONArray toVersionArray(const char* version){
0 commit comments