Index: runtime/vm/service.cc |
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
index c533852131f9c11445316215f2d42422fbfc95bb..13051cafdb660279ef075f6490cecfe40583d1df 100644 |
--- a/runtime/vm/service.cc |
+++ b/runtime/vm/service.cc |
@@ -3507,7 +3507,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>(3)); |
jsobj.AddProperty("_privateMajor", static_cast<intptr_t>(0)); |
jsobj.AddProperty("_privateMinor", static_cast<intptr_t>(0)); |
return true; |