Skip to content

Commit 0773a2b

Browse files
committed
increment web_api_version
1 parent a1506df commit 0773a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supervisor/shared/web_workflow/web_workflow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ static void _reply_with_version_json(socketpool_socket_obj_t *socket, _request *
805805
_update_encoded_ip();
806806
// Note: this leverages the fact that C concats consecutive string literals together.
807807
mp_printf(&_socket_print,
808-
"{\"web_api_version\": 1, "
808+
"{\"web_api_version\": 2, "
809809
"\"version\": \"" MICROPY_GIT_TAG "\", "
810810
"\"build_date\": \"" MICROPY_BUILD_DATE "\", "
811811
"\"board_name\": \"" MICROPY_HW_BOARD_NAME "\", "

0 commit comments

Comments
 (0)