Skip to content

Commit

Permalink
added: update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyi committed Dec 29, 2020
1 parent 71c932f commit 3b73706
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.4";
return "2.1.0";
}

uint8_t rpc_system_ack(uint8_t c)
Expand Down

0 comments on commit 3b73706

Please sign in to comment.