Skip to content

Commit

Permalink
Bump agent version to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kgibm authored and mattcolegate committed Feb 22, 2021
1 parent d4a6f98 commit ac6baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibmras/monitoring/agent/Agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ std::string Agent::getBuildDate() {
}

std::string Agent::getVersion() {
return "4.0.6";
return "4.0.7";
}

void Agent::setLogLevels() {
Expand Down

0 comments on commit ac6baaa

Please sign in to comment.