| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 8991390491f3258fde761e22ea96b5170fe7b52e..0da8c28b0c66392e98a5dea909b31987ec40f24a 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -3486,7 +3486,7 @@ static bool GetVersion(Thread* thread, JSONStream* js) {
|
| JSONObject jsobj(js);
|
| jsobj.AddProperty("type", "Version");
|
| jsobj.AddProperty("major", static_cast<intptr_t>(3));
|
| - jsobj.AddProperty("minor", static_cast<intptr_t>(0));
|
| + jsobj.AddProperty("minor", static_cast<intptr_t>(1));
|
| jsobj.AddProperty("_privateMajor", static_cast<intptr_t>(0));
|
| jsobj.AddProperty("_privateMinor", static_cast<intptr_t>(0));
|
| return true;
|
|
|