Skip to content

Commit

Permalink
update version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzsuper committed Dec 1, 2020
1 parent 0f05e4b commit 75c42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erpc_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MyMessageBufferFactory : public MessageBufferFactory

char * rpc_system_version(void)
{
return "2.0.2";
return "2.0.3";
}

uint8_t rpc_system_ack(uint8_t c)
Expand Down

0 comments on commit 75c42b8

Please sign in to comment.