Skip to content

Commit

Permalink
update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzsuper committed Nov 17, 2020
1 parent 148da7e commit 98623fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1";
return "2.0.2";
}

uint8_t rpc_system_ack(uint8_t c)
Expand Down Expand Up @@ -155,4 +155,4 @@ void erpc_system_init()
add_services(&g_server);
g_client->setServer(&g_server);
g_client->setServerThreadId(serverThread.getThreadId());
}
}

0 comments on commit 98623fb

Please sign in to comment.