Skip to content

Commit

Permalink
release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Jan 8, 2021
1 parent fa252f3 commit 2418b63
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.1.0";
return "2.1.1";
}

uint8_t rpc_system_ack(uint8_t c)
Expand Down

0 comments on commit 2418b63

Please sign in to comment.