We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c99ef commit b91f2daCopy full SHA for b91f2da
1 file changed
src/jres_json_converter.cpp
@@ -143,6 +143,7 @@ JRES_SOLVER_API char* jres_output_to_json(const JresSolverOutput* output) {
143
144
try {
145
json j;
146
+ j["version"] = jres_get_version();
147
j["schedule"] = json::array();
148
for (int i = 0; i < output->schedule_len; ++i) {
149
json entry;
0 commit comments