From 0c84bed204befecb85f6d62d603d69fb977c9069 Mon Sep 17 00:00:00 2001 From: "crypro.zoidberg" Date: Mon, 28 Jan 2019 17:34:04 +0300 Subject: [PATCH] fixed bug in conn_tool --- src/connectivity_tool/conn_tool.cpp | 2 +- utils/update_alert.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index be6405ba..1678ed4c 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -104,7 +104,7 @@ struct response_schema "\"time_started\": " << ce.time_started << ", " "\"last_recv\": " << ce.last_recv << ", " "\"last_send\": " << ce.last_send << ", " - "\"version\": " << ce.version << ", " + "\"version\": \"" << ce.version << "\", " "\"is_income\": " << ce.is_income << "}"; if(rs.ns_rsp.v.connections_list.size()-1 != i) ss << ","; diff --git a/utils/update_alert.json b/utils/update_alert.json index ae3eed36..57641f30 100644 --- a/utils/update_alert.json +++ b/utils/update_alert.json @@ -1,11 +1,11 @@ { - "maj":0, - "min":3, + "maj":1, + "min":0, "rev":0, - "build":1663, + "build":8, "cs":[ { - "build":1662, + "build":7, "mode":3 } ]