Skip to content

Commit

Permalink
update version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzsuper committed Dec 16, 2020
1 parent 945aa4d commit bfd5499
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.3";
return "2.0.4";
}

uint8_t rpc_system_ack(uint8_t c)
Expand Down

0 comments on commit bfd5499

Please sign in to comment.