Index: runtime/vm/service.cc |
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
index 62048e0fd3b5db95a5b9415dcf05e37de591e981..6386a55c5107bf8bd512597e49a7d597a505c303 100644 |
--- a/runtime/vm/service.cc |
+++ b/runtime/vm/service.cc |
@@ -3725,7 +3725,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>(3)); |
+ jsobj.AddProperty("minor", static_cast<intptr_t>(4)); |
jsobj.AddProperty("_privateMajor", static_cast<intptr_t>(0)); |
jsobj.AddProperty("_privateMinor", static_cast<intptr_t>(0)); |
return true; |