Skip to content

Commit

Permalink
update agent.cpp version string
Browse files Browse the repository at this point in the history
  • Loading branch information
tobespc committed Nov 22, 2016
1 parent 6bc2359 commit 537b017
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 @@ -183,7 +183,7 @@ std::string Agent::getBuildDate() {
}

std::string Agent::getVersion() {
return "3.0.10";
return "3.1.0";
}

void Agent::setLogLevels() {
Expand Down

0 comments on commit 537b017

Please sign in to comment.