Skip to content

Commit 6595e76

Browse files
committed
Increment to version 0.10.2
1 parent 9952209 commit 6595e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ void command_interface_process_byte(char incoming)
263263
}
264264
else if(strncmp(command_input_buffer, "version", 7) == 0)
265265
{
266-
sprintf((char *)command_response_buffer, "version,0.10.1,beta");
266+
sprintf((char *)command_response_buffer, "version,0.10.2,beta");
267267
m_ble_tx_logbuffer(command_response_buffer, strlen((const char *)command_response_buffer));
268268
}
269269
else if(strncmp(command_input_buffer, "getcfg", 6) == 0)

0 commit comments

Comments
 (0)