Skip to content

Commit b91f2da

Browse files
committed
include the version in the json output
1 parent 96c99ef commit b91f2da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jres_json_converter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ JRES_SOLVER_API char* jres_output_to_json(const JresSolverOutput* output) {
143143

144144
try {
145145
json j;
146+
j["version"] = jres_get_version();
146147
j["schedule"] = json::array();
147148
for (int i = 0; i < output->schedule_len; ++i) {
148149
json entry;

0 commit comments

Comments
 (0)