| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 04b2f98f01eed9febdc9d12e6ce37e35da45729e..cdfdd288fd5a6bdac4b41a622febbfbb234d28de 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -3574,7 +3574,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>(1));
|
| + jsobj.AddProperty("minor", static_cast<intptr_t>(2));
|
| jsobj.AddProperty("_privateMajor", static_cast<intptr_t>(0));
|
| jsobj.AddProperty("_privateMinor", static_cast<intptr_t>(0));
|
| return true;
|
|
|