Skip to content

Commit

Permalink
Change api version (autowarefoundation#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi authored Dec 2, 2021
1 parent cd2040c commit 6ee8e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_iv_external_api_adaptor/src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void Version::getVersion(
const autoware_external_api_msgs::srv::GetVersion::Request::SharedPtr,
const autoware_external_api_msgs::srv::GetVersion::Response::SharedPtr response)
{
response->version = "0.1.0";
response->version = "0.2.0";
response->status = autoware_api_utils::response_success();
}

Expand Down

0 comments on commit 6ee8e07

Please sign in to comment.